-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 962 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
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home | justinlilly.github.io</title>
<meta name="viewport" content="width=device-width">
<meta name="author" content="Justin Lilly">
<meta name="description" content="Index page for CIT 230 assignments">
</head>
<body>
<header>Home Page CIT 230</header>
<nav>Navigation Links Go Here</nav>
<main>
<h1>Justin Lilly</h1>
<p>This page is for my CIT 230 class.</p>
<h2>School Assignments</h2>
<a href="https://dseckton.github.io/analysis/analysis.html">Design Analysis Assessment</a>
<a href="weather/weather-plan.html">Weather Site Plan</a>
<a href="weather/franklin-weather.html">Franklin Weather</a>
<a href="weather/index.html">Current Location Weather Page</a>
<a href="acme/index.html">ACME Page</a>
<a href="acme/support/template.html">ACME Template</a>
</main>
<footer>
<p>© Justin Lilly, 5/3/2019</p>
</footer>
</body>
</html>