-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (27 loc) · 1.16 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
35
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title> Spider & Skeleton - Nothing4us</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="main">
<div class="container">
<div class="skeleton">
<img src="https://github.com/jovanjohn1/hosted-assets/blob/main/Icons/icons8-skeleton%20nobg.gif?raw=true"</img>
</div>
<div class="road"></div>
<div class="bush"></div>
</div>
<!-- spider webs -->
<img class="web one" src="https://github.com/jovanjohn1/hosted-assets/blob/main/Icons/icons8-spider-web-96.png?raw=true"></img>
<img class="web two" src="https://github.com/jovanjohn1/hosted-assets/blob/main/Icons/icons8-spider-web-96.png?raw=true"></img>
<img class="web three" src="https://github.com/jovanjohn1/hosted-assets/blob/main/Icons/icons8-spider-web-96.png?raw=true"></img>
<img class="web four" src="https://github.com/jovanjohn1/hosted-assets/blob/main/Icons/icons8-spider-web-96.png?raw=true"></img>
<img class="spider" src="https://github.com/jovanjohn1/hosted-assets/blob/main/Icons/icons8-spider%20nobg.gif?raw=true"></img>
</div>
<!-- partial -->
</body>
</html>