-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
56 lines (47 loc) · 2.29 KB
/
contact.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!--
=========================================================
* Material Kit - v2.0.6
=========================================================
* Product Page: https://www.creative-tim.com/product/material-kit
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
Licensed under MIT (https://github.com/creativetimofficial/material-kit/blob/master/LICENSE.md)
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A simpler way to check out your ip(ggsipu) university results">
<title>Ipuresults.xyz: Contact Us</title>
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<!-- <link rel="stylesheet" href="/fontawesome/css/fontawesome.min.css"> -->
<!-- Material Kit CSS -->
<link href="/theme/assets/css/material-kit.css?v=2.0.6" rel="stylesheet" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<?php include 'g-analytics.php'?>
</head>
<body>
<?php include 'header.php'?>
<div class="main" style="min-height: 90vh">
<div class="container">
<div class="section">
<h3 class="font-weight-bold">Contact Us</h3>
<div>
You can reach out to us in case of any discrepancies/issues/feedback at <a
href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
<?php include 'footer.php'?>
<script src="/assets/js/lib/jquery-3.3.1.min.js"></script>
<script src="/assets/js/lib/popper.min.js"></script>
<script src="/assets/js/lib/bootstrap.min.js"></script>
<script src="/theme/assets/js/material-kit.min.js"></script>
</body>
</html>