mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
20 lines
417 B
HTML
20 lines
417 B
HTML
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="../.common/styles/global.css" />
|
|
<link rel="icon" href="../../.resources/logo.png" type="image/png">
|
|
<title>nutty</title>
|
|
<style>
|
|
#dock-wrapper {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<iframe id="dock-wrapper"></iframe>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html> |