-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 799 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>root</title>
<link rel="icon" type="image/x-icon" href="Assets/IMG/rootico.ico">
<link rel="stylesheet" type="text/css" href="Assets/CSS/Style.css">
</head>
<body>
<div class="gradient-box">
<div class="loader" >
<img src="Assets/IMG/proxnet.gif" height="420" width="420">
</div>
<div id="textstuffs">
<h1>Greetings</h1>
<a href="https://twitter.com/obimydude"><button class="button button1">..My Twitter..</button></a><br><br>
<a href="https://github.com/Obimydudee"><button class="button button2">..My Github..</button></a> <!--<h1 id="ipAddress">-->
</div>
</div>
</body>
</html>