This repository was archived by the owner on Mar 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbus.html
More file actions
54 lines (50 loc) · 1.7 KB
/
Copy pathbus.html
File metadata and controls
54 lines (50 loc) · 1.7 KB
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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://buy.indygo.net/" />
<title>Pay</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Asian, Student, Union, United, ASU, IUPUI, Heritage, Month, Contact Us, Contact" />
<meta name="description" content="If you would like to partner with the ASU for an event then please contact us! We are always looking for new partnerships. Email us and describe the event and how it would benefit the campus." />
<!--[if lte IE 8]>
<script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<nav id="nav">
<ul>
<li><a href="index.html">BikeShare</a></li>
<li><a href="bus.html">IndyGo</a></li>
<li><a href="login.html">Payment</a></li>
</ul>
</nav>
</header>
<a name="formAnchor"></a>
<!-- One -->
<section id="one" class="wrapper style1">
<div class="container 75%">
<div>
<h2>
</h2>
</div>
</div>
</section>
<!-- Next line makes the footer -->
<?php footer(); ?>
</body>
</html>