-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.22 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="./assets/images/android-chrome-512x512.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Courgette&display=swap" rel="stylesheet">
<title>Mind Muse</title>
</head>
<body style="background-image: url(./assets/images/dominik-schroder-FIKD9t5_5zQ-unsplash.jpg);">
<img class="sign" src="./assets/images/format_quote_24dp_701F1F_FILL0_wght400_GRAD0_opsz24.svg" alt="quote icon">
<img class="signBelow" src="./assets/images/format_quote_24dp_701F1F_FILL0_wght400_GRAD0_opsz24.svg" alt="quote icon">
<div class="container">
<div class="card">
<div class="quote">A wise man once said nothing</div>
<div class="author">Wyse Mann</div>
</div>
<button type="button">Shuffle</button>
</div>
<p>© sausdeveloperr</p>
<script src="./index.js"></script>
</body>
</html>