-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 919 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quotes API</title>
<link rel="icon" type="image/png" href="favicon.png">
<!-- Old Favicon - Grab Icon From Google (Might be unsupported in the future) -->
<!-- <link rel="icon" type="image/png" href="https://s2.googleusercontent.com/s2/favicons?domain=jacinto.design"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<section id="home">
<div class="page-title">
<h1>Quotes API</h1>
<h2>A Source of over 8000 quotes!</h2>
</div>
</section>
</div>
<!-- Script -->
<script src="script.js"></script>
</body>
</html>