-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 867 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="assets/style.css">
<script src="js/p5.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DMessham's CS30 Final Project</title>
<meta name="msapplication-TileColor" content="#325F29">
<meta name="msapplication-TileImage" content="/favicon.gif">
<meta name="theme-color" content="#325F29">
</head>
<body>
<nav>
<navBG>
<ul>
<li><name>DMessham's CS30 Project</name></li>
</ul>
</navBG>
</nav>
<noticeBlock>
<info>
<img src="assets/style/icons/information-48.png" height=32px> <p> Info:
This is my cs30 final project, which is a html/js based home automation ui</p>
<li><a href = "home.html">Load main screen</a></li>
</info>
</noticeBlock>
</body>
</html>