-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (19 loc) · 820 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>A Webbed Site</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
</head>
<body>
<h1 title="Looks like it">This is a heading</h1>
<hr>
<p>I'm creating a set of HTML pages, loosely tied together, just to test out the GitHub Pages feature.</p>
<p>Maybe adding some fancy elements too.</p>
<div id="a">Colors</div>
<div class="b">Colors</div>
<div class="c">Colors</div>
<div class="d">Colors</div>
<div class="e">Colors</div>
</body>
</html>