-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.htm
70 lines (66 loc) · 1.87 KB
/
template.htm
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clickmazes</title>
<link rel="stylesheet" href="../style2020.css?v=1.3">
<script src="https://cjrtnc.leaningtech.com/2.1/loader.js"></script>
<script>cheerpjInit();</script>
</head>
<body>
<div class="sidenav">
<img src="../_site/site_cornersmall.gif">
<p>
<img src="../_site/logo_white.png" height="250px">
<a href="../index.htm">home</a>
<a href="../new-faq.htm">help</a>
</p>
</div>
<div class="mainbody">
<div class="page-intro">
<h2>PUZZLE NAME </h2><p>
XXX is ...
</p>
</div>
<div class="std-flex-block">
<div class="puzzle-area">
<p>Title and/or image</p>
<p><applet archive="XX.jar" code="XX.class"
width="XXX" height="XXX" align="center">
<param name="aa" value="bb">
</applet></p>
</div>
<div class="puzzle-info">
<h4>Title</h4><p>
Do stuff</p>
<h4>Controls</h4><p>
Click on <b>Restart</b> to reset.</p>
<h4>Movement</h4><p>
Use <b>XXX</b> for YYY.
</p>
</div>
</div>
<div class="std-flex-block">
<div class="photo-info"><p>
The photo on the right shows...</p>
</div>
<div class="photo-area">
<img src="XXX.jpg" width="XX">
</div>
</div>
<hr>
<div class="page-note">
<h4>Links & related pages</h4><p>
<a href="XXX.htm">YYY</a> (ZZZ)<br>
</p>
</div>
<hr>
<div class="page-credits"><p>
<b>concept</b> - © xxx 2001<br>
<b>maze designs</b> - © yyy 2001<br>
<b>applet</b> - © zzz 2001<br>
<!-- LT -->
</p>
</div>
</div>
</body>
</html>