-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (35 loc) · 982 Bytes
/
index.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
32
33
34
35
36
37
38
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>AppSkeleton</title>
</head>
<body>
<h1>AppSkeleton</h1>
<h2>Sites</h2>
<table border="1" style="border: 1px solid black; border-collapse: collapse;">
<tr>
<td> </td>
<th>Devel</th>
<th>Test</th>
</tr>
<tr>
<td>Index page</td>
<th><a href="code/">Open</a></th>
<th><a href="https://surstar3.com/app_skeleton/">Open</a></th>
</tr>
<tr>
<td>Setup page</td>
<th><a href="code/setup.php">Open</a></th>
<th><a href="https://surstar3.com/app_skeleton/setup.php">Open</a></th>
</tr>
</table>
<h2>Direct links</h2>
<p>
<a href="code/sample.php">Samples/Tests page</a><br />
<a href="code/?action=login">Login form</a>
</p>
</body>
</html>