-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductions.html
31 lines (30 loc) · 1.13 KB
/
productions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="indexstyle.css">
<title>Theater Productions</title>
</head>
<body>
<div class="indexdiv">
<h1>Theater Productions</h1>
<a href="classdirectory.html"><h3>Return</h3></a>
<h3>
<a href="productions/pcolleges.html">Colleges,</a>
<a href="productions/phair.html">Hair,</a>
<a href="productions/pstitches.html">Stitches,</a>
<a href="productions/pprodwork.html">Production Work,</a>
<a href="productions/precs.html">Resume & Letters of Rec,</a>
<a href="productions/pmeasurements.html">Measurements,</a>
<a href="productions/pservice.html">Service,</a>
<a href="productions/plifeskills.html">Life Skills,</a>
<a href="productions/pthankyou.html">Thank You Notes,</a>
<a href="productions/particles.html">Articles,</a>
<a href="productions/presearch.html">Research,</a>
<a href="productions/psketches.html">Sketches and Doodles,</a>
<a href="productions/pdesign.html">Design Work,</a>
<a href="productions/pscripts.html">Scripts.</a>
</h3>
</div>
</body>
</html>