-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathindex.html
40 lines (29 loc) · 1.23 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Appsource School Management System</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body class="gray-bg">
<div class="lock-word animated fadeInDown">
<!--<span class="first-word">LOCKED</span><span>SCREEN</span>-->
</div>
<div class="middle-box text-center lockscreen animated fadeInDown" style="width: 400px">
<div>
<h3>Appsource School Management System</h3>
<p>This is a small portion of the system in public development. For the complete system contact Appsource
Technologies: <a href="mailto:[email protected]">[email protected]</a> or Whatsapp: <b>+256-757-15-0000</b></p>
<br>
<a href="http://www.school.appsource.ug"><button type="submit" class="btn btn-primary block full-width">Online Demo</button></a>
</div>
</div>
<!-- Mainly scripts -->
<script src="js/jquery-2.1.1.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>