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

Revision 23865, 1.2 KB checked in by rbasch, 15 years ago (diff)
Add the debathena-kiosk package.
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>.</li>
21</ul>
22</p>
23
24<p>
25You can also visit:
26<ul>
27<li>The <a href="http://web.mit.edu">MIT</a> home page.</li>
28<li>The <a href="http://debathena.mit.edu">Debathena</a> home page.</li>
29</ul>
30</p>
31
32<p>
33When you have completed this browser session, please exit by entering
34the Control-Q key combination, or by clicking the 'X' button at the
35top right of the screen.
36</p>
37
38</body>
39</html>
Note: See TracBrowser for help on using the repository browser.