Skip to content

Commit

Permalink
Step 2 - Add html
Browse files Browse the repository at this point in the history
This sees us adding our HTML code to the index.html file
  • Loading branch information
athomasoriginal committed Jun 23, 2019
1 parent 96fafa5 commit 58975cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/index.html
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Time Dive</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1 class="site__title"><span class="site__title-text">Time Dive</span></h1>
<script src="/out/main.js"></script>
</body>
</html>

0 comments on commit 58975cc

Please sign in to comment.