mdzjs
Version:
```bash npm i mdzjs ```
28 lines (26 loc) • 807 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<link
href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.cdnfonts.com/css/cheeronsta" rel="stylesheet">
<!-- <style>
body{
font-family: "Gloria Hallelujah", cursive;
font-weight: 700;
text-wrap :wrap !important;
overflow-x: hidden;
}
</style> -->
</head>
<body>
<script type="module" src="/main.js"></script>
<div id="app"></div>
</body>
</html>