-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub_pages.html
More file actions
23 lines (20 loc) · 893 Bytes
/
Copy pathgithub_pages.html
File metadata and controls
23 lines (20 loc) · 893 Bytes
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 lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub Pages</title>
</head>
<body>
<h1>These have GitHub pages branched on their Repos. </h1>
<ul>
<!-- Don't Use/Practice Only -->
<li><a href="http://katelynnheasley.com/NatGeo_HTML-CSSLearning/">http://katelynnheasley.com/NatGeo_HTML-CSSLearning/</a></li>
<li><a href="http://katelynnheasley.com/MessageBoard_App/">http://katelynnheasley.com/MessageBoard_App/</a></li>
<!-- Actual Projects -->
<li><a href="http://katelynnheasley.com/theFashionPet/">http://katelynnheasley.com/theFashionPet/index.html</a></li>
<li><a href="https://whispering-depths-98308.herokuapp.com/"></a>ParkingSpots</li>
</ul>
</body>
</html>