forked from kshitijSing/question_bank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
28 lines (22 loc) · 953 Bytes
/
index.php
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
<html>
<head>
<link rel="stylesheet" href="public/static/style2.css" >
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src= 'public/static/script.js'></script>
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet">
</script>
</head>
<body class="containerfluid">
<!-- hello hi Question Bank-->
<div class="loader">
<span class="loader__inner"></span>
<span class="loader__inner"></span>
<div style= "text-align: center; color: white;font-size: 40px;font-family:'Orbitron', sans-serif;
"><h2>Q.me</h2>
</div>
</div>
<div style= 'position: absolute; bottom: 0; left: 40%; height: 50%'>
<a href= 'public/templates/login.php' style= 'text-decoration: none'><h4 style= "text-align: center; color: white;font-size: 25px;font-family:'Orbitron', sans-serif;">Enter the world</h4></a>
</div>
</body>
</html>