-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 898 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
25
26
27
28
29
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Mouse Droid Facts</title>
<meta name="description" content="Facts you never knew about the mouse droid from Star Wars">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
</head>
<body>
<main>
<h1>Mouse Droid Facts</h1>
<img
src="hero.gif"
alt="Chewbacca, escorted by Luke and Han disguised as stormtroopers, screams at a passing mouse droid which scurries away"
class="hero"
/>
<ul class="facts">
<li>
Contrary to popular belief, the mouse droids used to film the movie were not remote-controlled. Instead, there was a little man inside of them who would run around and around.
</li>
</div>
</main>
</body>
</html>