This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·41 lines (34 loc) · 1.6 KB
/
index.html
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="description goes here" />
<meta name="keywords" content="keywords,goes,here" />
<meta name="author" content="Your Name" />
<meta name="generator" content="webgen - http://webgen.rubyforge.org" />
<link rel="stylesheet" type="text/css" href="default.css" />
<!--[if IE 6]>
<link rel="stylesheet" href="browserfix.css" type="text/css" />
<![endif]-->
<title>Welcome</title>
</head>
<body>
<div id="sidebar">
<h1>UIC LUG</h1>
<h2>Linux Users Group</h2>
<div id="menu">
<ul><li class="webgen-menu-level1"><a href="contact.html">Contact Us</a></li><li class="webgen-menu-level1"><a href="events.html">Events</a></li><li class="webgen-menu-level1"><a href="meetings.html">Meetings</a></li><li class="webgen-menu-level1"><a href="calendar.html">Calendar</a></li><li class="webgen-menu-level1 webgen-menu-item-selected"><span>Welcome</span></li></ul>
</div>
<h3>Links:</h3>
<ul>
<li><a href="http://acm.cs.uic.edu">UIC ACM</a></li>
<li><a href="http://acm.cs.uic.edu/uicwifi-linux">UIC Wireless on ubuntu</a></li>
</ul>
</div>
<div id="content">
<h2 id="linux-users-group">Linux Users Group</h2>
<p>For individuals interested in linux, unix, and byproducts.</p>
</div>
</body>
</html>