forked from Avdhesh-Varshney/WebMasterLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 762 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Manrope:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Random Advice Geneartor</title>
</head>
<body>
<div class="container">
<p class="advice">ADVICE # <span id="num">118</span></p>
<p class="content">"A common regret in life is wishing one had the courage to be ones true self."</p>
<img src="./images/pattern-divider-desktop.svg" class="divider">
<div class="badge">
<img src="./images/icon-dice.svg" class="dice">
</div>
</div>
<script src="script.js">
</script>
</body>
</html>