forked from csev/py4e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsev-si502.php
31 lines (31 loc) · 992 Bytes
/
csev-si502.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
30
31
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<?php include("header.php"); ?>
</head>
<body>
<div id="main">
<div style="float: right">
<img width="163" height="208"
style="padding:5px;" src="csev.jpg" border="0" />
<br>
</div>
<p>
<p><h1>Welcome to PythonLearn.com</h1></p>
<p>
Welcome SI502 students. If you are in the middle
of a semster and Dr. Chuck is teaching SI502, this site will be being
updated as the semester progresses. While the site will be complete,
later material will be from earlier semesters and earlier material will
be from the current semester.
</p>
<p>
<a href="index.php" target="_new">Continue to the www.pythonlearn.com materials.</a>
<p>
You can look ahead at the materials and screencasts to study for
upcoming weeks - but expect a bit of tweaking and cleanup
right before each in-class lecture during the semester.
</p>
</body>
</html>