-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (41 loc) · 939 Bytes
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML>
<HTML LANG = "EN">
<BODY>
<div class = "main">
<img src = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTQZPS3qcb500ScF2XCPLMBUliOd4ItDhcg_S1Z2QGMdRztUxEVDA" align = "left">
<h1>
WELCOME TO DPS BOKARO IMAGE PORTAL .... MADE BY RDKSUPER ©;
</H1>
<div class = "box">
<h3>
TO PROCEED CLICK <A HREF = "start.html">HERE </a>
</h3>
</div>
</div>
<style>
div.box {
padding-top:100px;
width:40%;
height:50%;
overflow:auto;
margin-left:auto ;
margin-right:auto;
text-align: center;
}
div.main H1 {
text-align: center;
text-decoration:bold underline ;
text-emphasis: none;
margin-left:auto;
margin-right:auto;
}
div.main {
border: 25px solid green ;
}
div.main img {
height:50%;
padding:30px 40px ;
}
</style>
</BODY>
</HTML>