-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (36 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--
- favicon
-->
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>💁</text></svg>">
<link rel="stylesheet" href="style.css">
<title>Guiding Lights ✨</title>
</head>
<body>
<!-- Main Container -->
<main class="main-container">
<p class="advice-number">Advice # 60</p>
<!-- Quote -->
<q class="quotes">Fail. Fail again. Fail better ✨.</q>
<!-- Line Section -->
<div class="line">
<div class="line-image">
</div>
</div>
<!-- Dice BTN -->
<div class="button-section">
<div class="dice-img"></div>
</div>
</main>
<footer>
<p class="__footer">Desgined and Developed by <a href="https://swamithedev.vercel.app" class="__footerlink"
target="_blank">swamithedev 🧑🏻💻</a></p>
</footer>
<script src="app.js"></script>
</body>
</html>