mirror of
https://github.com/ad1217/PrinterStatus
synced 2024-11-14 12:13:48 -05:00
Set HTML charset, viewport, and title
This commit is contained in:
parent
34f9ec9413
commit
74d976deff
16
index.html
16
index.html
@ -1,4 +1,12 @@
|
|||||||
<body>
|
<!DOCTYPE html>
|
||||||
<div id="app"></div>
|
<html lang="en">
|
||||||
<script type="module" src="/src/index.ts"></script>
|
<head>
|
||||||
</body>
|
<meta charset="UTF-8" />
|
||||||
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user