forked from JaydeepGo/file-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (19 loc) · 870 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<title>home</title>
<head>
<!--<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" type="text/css" href="m.css">
</head>
<body>
<div class="container">
<div class="row">
<a href="login.php"><button class="btn-change2" style="margin-left: 25%;margin-top:15%"> File Server</button></a>
<span style="display:inline-block; width: 300px;"></span>
<a href="http://localhost:8888"><button class="btn-change2" style="margin-left: 25%;margin-top: 15%">Code-Yard</button></a>
</div>
</div>
</body>
</html>