-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>coming</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div id="container">
<div id="logo">WebDev</div>
<div class="clock">
<div id="clock_lay">
<div id="tic"></div>
</div>
<div class="number1" id="twelve"></div>
<div class="number1" id="one"></div>
<div class="number1" id="elewen"></div>
<div class="number1" id="two"></div>
<div class="number1" id="ten"></div>
<div class="number1" id="three"></div>
<div class="number1" id="nine"></div>
<div class="number1" id="four"></div>
<div class="number1" id="eight"></div>
<div class="number1" id="five"></div>
<div class="number1" id="seven"></div>
<div class="number1" id="six"></div>
</div>
<div id="name">COMING SOON</div>
<div id="power">-powered by webdev</div>
<div id="copy">©copyright by puneetgupta</div>
<img src="forestbridge.jpg" id="image"/>
</div>
</body>
</html>