-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfirmation.html
More file actions
29 lines (24 loc) · 902 Bytes
/
confirmation.html
File metadata and controls
29 lines (24 loc) · 902 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
<html>
<head>
<title>Confirmation</title>
<link href="support.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
</head>
<body>
<div class="navbarer navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<ul class="nav navbar-nav">
<li><a href="Home.html">Home</a></li>
<li><a href="roommatepage.html">Group Registration</a></li>
<li><a href="buildingselection.html">Pick Rooms</a></li>
<li><a href="aboutbuildings.html">Housing Info</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</div>
</div>
<div id = "viewer">
<br/><br/>
<h1 id = "head"><center>Thank you! <br/> Your will receive an email confirmation shortly and your roommate candidates will be notified.</center></h1>
</div>
</body>
</html>