2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-09-21 13:49:04 -04:00
PrinterStatus/index.html

15 lines
422 B
HTML
Raw Normal View History

2021-10-14 11:31:38 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2021-10-28 01:06:08 -04:00
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.ico" />
2021-10-14 11:31:38 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>3D Printer Status</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>