Files
nuttylmao 7e20a30c67 Complete overhaul of Printer Bot dock
First stage of widget-dock-core
2025-09-06 01:08:14 +10:00

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>