-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Righteous&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/style.css">
<title>Star Wars Crawl</title>
</head>
<body>
<!-- Star Wars Crawling -->
<div class="starwars">
<div class="crawl">
<blockquote id="quote"></blockquote>
<div class="title">
<h1 id="author"></h1>
</div>
<img src="" alt="picture of the author" id="photo">
</div>
</div>
<!-- Background -->
<div class="gradient">
<div class="nebula">
<div class="svg">
<div class="planet"></div>
<div class="empty"></div>
</div>
</div>
</div>
<script src="assets/js/script.js"></script>
</body>
</html>