-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (17 loc) · 811 Bytes
/
index.html
File metadata and controls
19 lines (17 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title> </title>
<link rel="stylesheet" type="text/css" href="Relative path to CSS file">
<link href="Go to google.com/fonts to pick a style of font to display, paste URL here" rel='stylesheet' type='text/css'>
</head>
<h3> Below is a list of projects I have created in Code Fellows 201-PDX Full Day Class: </h3>
<ul>
<li><a href = "http://max33nau.github.io/MaxGuessingGame" > About Me Guessing Game </a> </li>
<li><a href = "http://max33nau.github.io/donut_shop" > Donut Shop Random Data Generator </a> </li>
<li><a href = "http://max33nau.github.io/vote_tracker" > Vote on Different Foods </a> </li>
</ul>
<body>
<script language="javascript" type="text/javascript" src="Relative path to JS file"> </script>
</body>
</html>