-
-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 609 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en-ca">
<head>
<meta charset="utf-8">
<title>Robot Exterminators</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="banner">
<div class="robot">
<img class="robot-body" src="images/robot-body.svg" alt="">
<img class="robot-brain" src="images/robot-brain.svg" alt="">
<img class="robot-head-right" src="images/robot-head-right.svg" alt="">
<img class="robot-head-left" src="images/robot-head-left.svg" alt="">
</div>
</div>
</body>
</html>