-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 937 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 937 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>
<html>
<head>
<title>Welcome</title>
<meta name="Disruptive Technology">
</head>
<body background="Images/background.jpg">
<center>
<table cellpadding="15px;" cellspacing="10px" style="font:12px verdana; width:1000px; margin:0px;">
<tr>
<td colspan="3">
<h1 style="font:40px verdana; margin:10px 0; color: white">Disruptive Technology</h1>
<hr width="100%">
<a style="color: white; font-size:20px;" href="home.html">Enter<a/> |
<hr>
</tr valign="top" style="height:800px">
<td style="background-image:url(https://www.docusign.com/blog/wp-content/uploads/2015/01/shutterstock_1359794573-720x405.jpg); width:150px; height:450px; vertical-align: top;">
</td>
</table>
</centre>
<footer style="font-size:10px; color:white; float:left;">Designed By:Duran Thomas || ID# 1401134</footer>
</body>
</html>