-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 823 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (23 loc) · 823 Bytes
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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Lighter – Everyday Object</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="module" src="./src/main.js"></script>
<link rel="stylesheet" href="./src/style.css" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<meta name="description" content="Detailed view of Everyday Objects" />
</head>
<body>
<main></main>
<header>Lighter – Everyday Object</header>
<footer>
<div>
<a href="https://github.com/MoritzKn/everyday-objects" target="_blank"
>code</a
>
</div>
</footer>
</body>
</html>