-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (24 loc) · 854 Bytes
/
Copy pathindex.html
File metadata and controls
33 lines (24 loc) · 854 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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="foundation/css/foundation.min.css">
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<div class="panel">
<div class="small-12 medium-12 large-12 columns">
<h1 style="text-align:center">Campus Kart Api</h1>
</div>
<div class="small-12 medium-12 large-12 columns">
<h6 style="text-align:center">Welcome to the Campus Kart Api reference.<br> We'll be your guide.</h6>
</div>
</div>
</div>
</div>
</head>
<body>
<!-- Insert your HTML here -->
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="foundation/js/foundation.min.js"></script>
</body>
</html>