|
|
@ -3,6 +3,12 @@ |
|
|
<head> |
|
|
<head> |
|
|
<title>macchiato.dev</title> |
|
|
<title>macchiato.dev</title> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
|
|
|
<style type="text/css"> |
|
|
|
|
|
html, body { |
|
|
|
|
|
margin: 0; |
|
|
|
|
|
padding: 0; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<script type="module" src="/app.js"></script> |
|
|
<script type="module" src="/app.js"></script> |
|
|
|