-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (22 loc) · 764 Bytes
/
index.html
File metadata and controls
28 lines (22 loc) · 764 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
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Kenzie" />
<meta name="author" content="Kenzie" />
<meta name="keywords" content="Kenzie" />
<!-- Title Page-->
<title>Kenzie JavaScript Page</title>
<!-- CSS-->
<link href="style.css" rel="stylesheet" media="all" />
</head>
<body>
<h1>Open the Developer Tools to see the console output.</h1>
<h3>
Either right click and select "Inspect" or use the shortcut Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).
</h3>
<script src="app.js"></script>
</body>
</html>