-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.11 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.11 KB
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
<!DOCTYPE html>
<html>
<head>
<title>CSCE 242</title>
</head>
<body>
<h1>
CLIENT-SERVER COMPUTING (242-001-F2019)
</h1>
<h2>
Jack Stemper
</h2>
<p> Web technologies to support client-server computing. Implementation of client-server
applications. (Copied from syllabus)
</p>
<ul>
<li><a href="assignments/ass2/index.html">Assignment 2</a></li>
<li><a href="assignments/ass3/index.html">Assignment 3</a></li>
<li><a href="assignments/ass4/index.html">Assignment 4</a></li>
<li><a href="assignments/ass5/index.html">Assignment 5</a></li>
<li><a href="inclass/CSSWebsiteInClass/index.html">CSS Assignment2</a></li>
<li><a href="assignments/ass8/index.html">Assignment 8</a></li>
<li><a href="assignments/ass11/index.html">Assignment 11</a></li>
<li><a href="assignments/ass12/index.html">Assignment 12</a></li>
<li><a href="https://github.com/jackstemper/Assignment15">Assignment15</a></li>
</ul>
</body>
</html>