-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.16 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.16 KB
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
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Nulloy!</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="affected-by-light">
<div id="sun"></div>
<div id="cloud1"></div>
<div id="cloud2"></div>
<div id="cloud3"></div>
<div id="cloud4"></div>
<div id="dirt"></div>
<div id="water"></div>
<div id="roof"></div>
<img id="walls" src="wall.jpg"></div>
<div id="door"></div>
<div id="chimney"></div>
<div id="treeTrunk"></div>
<div id="leaves1"></div>
<div id="leaves2"></div>
<div id="leaves3"></div>
<div id="smoke"></div>
<div id="wave1"></div>
<div id="wave2"></div>
<div id="dragon"></div>
</div>
<div id="info">
This is my home ->
<br />
This is my page... "My Homepage"
<br />
My blog is <a href="https://github.com/niloy/blog/issues/">here</a>
</div>
</body>
</html>