- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
25 lines (20 loc) · 588 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (20 loc) · 588 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>
<head>
<metacharset="UTF-8">
<title>Pizza</title>
<linkrel="icon" href="assets/favicon.webp">
<linkrel="stylesheet" href="lib/crab-background/crab-background.css">
<scriptsrc="lib/crab-background/crab-background.js"></script>
<linkrel="stylesheet" href="lib/pizza-delivery/pizza-delivery.css">
<scriptsrc="lib/pizza-delivery/pizza-delivery.js"></script>
</head>
<body>
<divid="crab-background">
<divclass="crab"></div>
<divclass="ribbon"></div>
</div>
<divid="pizza-delivery">
<preclass="cow"></pre>
</div>
</body>
</html>