-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 935 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
<!DOCTYPE html>
<html>
<head>
<title>JavaScript 30</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://unpkg.com/@csstools/normalize.css" rel="stylesheet" />
<link href="main.css" type="text/css" rel="stylesheet">
<link href="favion-JS3.png" rel="shortcut icon" type="image/ico">
<script src="main.js"></script>
</head>
<body>
<header>
<h1> JavaScript30</h1>
<h4>30 Day Vanilla JS Coding Challenge</h4>
<div class="subtitle">
<p>From the awesome course <a href="https://JavaScript30.com" target="_blank">JavaScript30</a> by Wes Bos.</p>
<p><a href="https://github.com/liminalfun/js30" target="_blank">GitHub</a></p>
</div>
</header>
<div id="showcase"></div>
</body>
</html>