-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 727 Bytes
/
index.html
File metadata and controls
23 lines (19 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>ACE - Association of Computer Enthusiasts</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/custom.css">
<link rel="shortcut icon" href="assets/img/favicon.png">
</head>
<body>
<div class="u-full-width main-loader">
</div>
<div class="footer u-full-width" style="border-top: 1px solid #a3a1a1;">
<div class="container" style="padding: 20px 0px; color: #a3a1a1;font-wieght:100;">
© 2016 ACE - Technical Society of VSIT, VIPS
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>