-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 925 Bytes
/
index.html
File metadata and controls
39 lines (37 loc) · 925 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
30
31
32
33
34
35
36
37
38
39
<!--
<html>
<head>
<title>Netbit @UW's Web Page</title>
<style>
body {font-family: sans-serif;}
</style>
</head>
<body>
<img align=left src=/icons/construct.gif>
<h1>This is the web page for Netbit @UW</h1>
<p>
This is a placeholder web page that can be changed by editing or replacing
the index.html document.
</p>
<p>
For information on different methods of editing web pages, technologies
involved or how you can get help, see the link below.
<ul>
<a href=http://www.washington.edu/itconnect/it-connect-home/tools/>Creating
and Publishing Web Pages</a>
</ul>
<p>
Contact: <b>uwnb<img src=http://www.washington.edu/computing/gifs/at.gif
alt='(at)'>uw.edu</b>
</p>
<hr>
</body>
</html> -->
<html>
<head>
<title>Jumping to main page......</title>
</head>
<body>
<script language='javascript'>document.location = 'http://students.washington.edu/uwnb/gj'</script>
</body>
</html>