-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (44 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
49 lines (44 loc) · 1.8 KB
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
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Internet Says...</title>
<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=Bangers&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style1.css">
</head>
<body>
<header class="header">
<div class="dis-cont">
<p class="dis">
<strong>Disclaimer</strong> :
These advice snippets are provided for entertainment purpose only.
They are not necessarily practical or serious.
All content belongs to
<a href="https://api.adviceslip.com/">
<b>AdviceSlip.api</b>
</a>.
The developer holds no responsibilty for content.</p>
</div>
<h1 class="title">Internet Says...</h1>
<h4 class="subtitle">Because someone on the internet said so.</h4>
</header>
<main class="main">
<p class="setup">Here's a nugget of wisdom</p>
<div class="advicebox">
<h2 class="quote">"Brace yourself for wisdom that probably won't help"</h2>
</div>
<button class="btn">Hit Me!!!!</button>
<p class="count">Hit for wisdom...probably</p>
</main>
<footer class="footer">
<p>Powered by AdviceSlip API</p>
<p>Made with love ❤</p>
</footer>
<script src="app.js"></script>
</body>
</html>