-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.php
33 lines (29 loc) · 1.13 KB
/
list.php
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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Philly Chix - Philadelphia Area LinuxChix Chapter</title>
<link REL="StyleSheet" href="/cstyle.css" type="text/css"></head>
<body>
<table align="center" bgcolor="white" cellspacing=0 cellpadding="0" border="0" width="800">
<tr>
<td width="10">
</td>
<td>
<img src="/images/chix/listtop.png" alt="chix@linux:/home/philadelphia/list$"><br>
<?php include("header.php"); ?>
<br><br>
<center>
<h3>Mailing list is back up! November 2007</h3>
The list focuses on linux, but we are very flexible and may discuss any technology issues that influence women.<br><br>
Women who have been using linux for years, who are new to linux, or who are merely curious and want a female-dominated environment to ask questions are all welcome to join.<br><br>
Men are welcome to join.<br><br><br></center>
<b>Subscribe to our mailing list by going here:</b><br><br>
<center><a href="http://mailman.linuxchix.org/mailman/listinfo/phillychix">Philly Chix Mailing List</a><br>
<br><br><br>
</td>
<td width="10">
</td>
</tr></table>
<?php include("footer.php"); ?>
</body>
</html>