source: trunk/debathena/debathena/kiosk/index.html @ 24629

Revision 24629, 1.4 KB checked in by jdreed, 14 years ago (diff)
In kiosk: * Change registration link on kiosk home page to reflect new frosh reg process
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<title>Debathena</title>
7<link rel="stylesheet" href="styles/style.css" type="text/css" />
8<link rel="stylesheet" href="styles/layout.css" type="text/css" media="screen" />
9<link rel="shortcut icon" href="images/debathena-icon.png" type="image/png" />
10</head>
11<body>
12
13<div id="logo"><img src="images/debathena-owl-100.png" alt="Debathena Owl" /></div>
14
15<h1>Welcome to Athena</h1>
16
17<p>
18This is a restricted pre-login web browser session in which you can:
19<ul>
20<li><a href="http://web.mit.edu/register"><strong>Register for an Athena account</strong></a>.<br/>
21<strong><em>NOTE: Freshmen should register for their accounts through <a href="http://my.mit.edu">my.mit.edu</a>.</em></strong>
22</li>
23
24</ul>
25</p>
26
27<p>
28You can also visit:
29<ul>
30<li>The <a href="http://web.mit.edu">MIT</a> home page.</li>
31<li>The <a href="http://debathena.mit.edu">Debathena</a> home page.</li>
32</ul>
33</p>
34
35<p>
36When you have completed this browser session, please exit by entering
37the Control-Q key combination, or by clicking the 'X' button at the
38top right of the screen.
39</p>
40
41</body>
42</html>
Note: See TracBrowser for help on using the repository browser.