-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebDev.html
22 lines (22 loc) · 962 Bytes
/
WebDev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>FairviewHS Code Club</title>
<link href="styles/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<nav>
<img src="img/logo-main.png" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="WebDev.html">Project Development Resources</a></li>
<li><a href="OtherDev.html">Project Showcases</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<h1 class="title">Development Resources</h1>
<div class="tx">text<br><br>even more text<br><br><br><br>Various resources to help new programmers, and experienced programmers will be put here, if all goes well<br>we need a replacement for all of these br tags, otherwise this code will get messy fast</div>
</body>
</html>