18 lines
537 B
HTML
18 lines
537 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>🪄 MagicDraw SQL Data Generator</title>
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css" rel="stylesheet" />
|
|
<link href="https://cdn.skypack.dev/sanitize.css" rel="stylesheet" />
|
|
|
|
<link data-trunk rel="rust" />
|
|
<link data-trunk rel="css" href="./styles.css" />
|
|
<link data-trunk rel="css" href="./static/uno.css" />
|
|
</head>
|
|
|
|
<body class="bg-dark500 text-light100 fw-400 m-auto max-w-4xl">
|
|
</body>
|
|
</html>
|