Skip to content

Commit 58975cc

Browse files
committed
Step 2 - Add html
This sees us adding our HTML code to the index.html file
1 parent 96fafa5 commit 58975cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

resources/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Time Dive</title>
5+
<link rel="stylesheet" type="text/css" href="style.css" />
6+
</head>
7+
<body>
8+
<h1 class="site__title"><span class="site__title-text">Time Dive</span></h1>
9+
<script src="/out/main.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)