-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 725 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>PO-33 Guide</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Learn how to use the PO33">
<link href="style/style.css" rel="stylesheet" type="text/css"/>
<link rel="icon" type="img/png" href="./main/img/fabicon.png" />
</head>
<body>
<header><h1>Learn how to use the PO-33!</h1></header>
<section>
<div id="info">
<div id="tips"></div>
</div>
<div id="app"><div>
</section>
<script src="./main/main.js" type="module"></script>
</body>
</html>