-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 796 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 796 Bytes
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Random Anime quotes</title>
<link rel="icon" href="/icons8-kakashi-hatake-120.png">
</head>
<body>
<section>
<div class="container">
<div class="joke">
<p>Wake up to reality. Nothing ever goes as planned in this world. The longer you live, the more you
realize that only pain, suffering, and futility exist in this reality.</p>
</div>
<button>Anime quotes</button>
</div>
</section>
<script src="./script.js"></script>
</body>
</html>