-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (31 loc) · 1.65 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title>Project! </title>
<link href="resources/css/style.css" rel="stylesheet" type="text/css"/>
<link rel="shortcut icon" type="image/x-icon" href="./resources/images/1693248351.ico">
<p class="home"><i class="fa-solid fa-house fa-beat-fade"></i><a href="https://isaac-digangi.github.io"> Home</a></p>
<h1> Coding Project </h1>
<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=Dancing+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tilt+Prism&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Whisper&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6f8f0ac11a.js" crossorigin="anonymous"></script>
</head>
<body>
<h2>These</h2>
<h3>Are</h3>
<h4>Multiple</h4>
<h5>Different</h5>
<h6>Fonts</h6>
</body>
<footer>
<div id="footer">
<small class="my-name">Made by Isaac DiGangi</small>
</div>
</footer>
</html>