-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 917 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 917 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dev-Maze</title>
<link rel="canonical" href="https://devmaze.cs.house/" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/CSS/style.css" />
<link rel="stylesheet" href="/CSS/home.css" />
</head>
<body>
<div id="home">
<h1 id="home_title">Welcome to Dev-Maze</h1>
<div id="home_options">
<h2 id="instructions"><a href="/instructions.html">Instructions</a></h2>
<h2 id="play"><a href="/play.html">Play</a></h2>
<h2 id="about"><a href="/about.html">About</a></h2>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/fitty@2.4.2/dist/fitty.min.js"></script>
<script type="module" src="/JS/home.js"></script>
</body>
</html>