use template
This commit is contained in:
173
index.html
Normal file
173
index.html
Normal file
@@ -0,0 +1,173 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>
|
||||
<!-- t: safe sitename -->
|
||||
</title>
|
||||
<style>
|
||||
a:link {
|
||||
color: DarkCyan;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
a:hover {
|
||||
color: DarkCyan;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
a:visited {
|
||||
color: DarkCyan;
|
||||
text-decoration: underline;
|
||||
font-weight: normal;
|
||||
}
|
||||
span {
|
||||
color: SeaGreen;
|
||||
font-weight: normal;
|
||||
}
|
||||
.ohs {
|
||||
display: none;
|
||||
}
|
||||
.oht:hover + .ohs, .ohs:hover {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- t: if domain -->
|
||||
|
||||
<!-- t: if sitedecoration -->
|
||||
<h2><!-- t: safe sitedecoration --> <!-- t: safe sitename --> <!-- t: safe sitedecoration --></h2>
|
||||
<!-- t: else -->
|
||||
<h2><!-- t: safe sitename --></h2>
|
||||
<!-- t: end -->
|
||||
|
||||
|
||||
<!-- t: if running -->
|
||||
|
||||
<h3>things running on the server</h3>
|
||||
<ul>
|
||||
|
||||
<!-- t: for running -->
|
||||
<li>
|
||||
<!-- t: if info -->
|
||||
<a href="/info/<!-- t: raw info -->">
|
||||
<!-- t: else -->
|
||||
<!-- t: if redirect -->
|
||||
<a href="/<!-- t: raw redirect -->">
|
||||
<!-- t: else -->
|
||||
<span>
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
<!-- t: safe id -->
|
||||
<!-- t: if info -->
|
||||
</a>
|
||||
<!-- t: else -->
|
||||
<!-- t: if redirect -->
|
||||
</a>
|
||||
<!-- t: else -->
|
||||
</span>
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
: <!-- t: // comment to keep editors from removing the trailing space -->
|
||||
<!-- t: if additional -->
|
||||
<em class="oht">
|
||||
<!-- t: end -->
|
||||
<!-- t: safe status -->
|
||||
<!-- t: if additional -->
|
||||
</em><div class="ohs">
|
||||
<!-- t: set linebreak -->
|
||||
<!-- t: for line additional -->
|
||||
<!-- t: raw linebreak -->
|
||||
<!-- t: set linebreak <br>
|
||||
-->
|
||||
<!-- t: safe line -->
|
||||
<!-- t: end -->
|
||||
</div>
|
||||
<!-- t: end -->
|
||||
<!-- t: if debug -->
|
||||
<!-- t: if duration -->
|
||||
| <!-- t: safe duration -->ms
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
</li>
|
||||
|
||||
<!-- t: end -->
|
||||
</ul>
|
||||
|
||||
<!-- t: end -->
|
||||
|
||||
<!-- t: if static -->
|
||||
|
||||
<h3>everything else</h3>
|
||||
<ul>
|
||||
|
||||
<!-- t: for static -->
|
||||
<li>
|
||||
<!-- t: if info -->
|
||||
<a href="/info/<!-- t: raw info -->">
|
||||
<!-- t: else -->
|
||||
<!-- t: if redirect -->
|
||||
<a href="/<!-- t: raw redirect -->">
|
||||
<!-- t: else -->
|
||||
<span>
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
<!-- t: safe id -->
|
||||
<!-- t: if info -->
|
||||
</a>
|
||||
<!-- t: else -->
|
||||
<!-- t: if redirect -->
|
||||
</a>
|
||||
<!-- t: else -->
|
||||
</span>
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
: <!-- t: // comment to keep editors from removing the trailing space -->
|
||||
<!-- t: if additional -->
|
||||
<em class="oht">
|
||||
<!-- t: end -->
|
||||
<!-- t: safe status -->
|
||||
<!-- t: if additional -->
|
||||
</em><div class="ohs">
|
||||
<!-- t: set linebreak -->
|
||||
<!-- t: for line additional -->
|
||||
<!-- t: raw linebreak -->
|
||||
<!-- t: set linebreak <br>
|
||||
-->
|
||||
<!-- t: safe line -->
|
||||
<!-- t: end -->
|
||||
</div>
|
||||
<!-- t: end -->
|
||||
<!-- t: if debug -->
|
||||
<!-- t: if duration -->
|
||||
| <!-- t: safe duration -->ms
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
</li>
|
||||
|
||||
<!-- t: end -->
|
||||
</ul>
|
||||
|
||||
<!-- t: end -->
|
||||
|
||||
<!-- t: if docslink -->
|
||||
|
||||
<br><small><small><a href="/int">tomatenmharksite documentation</a></small></small>
|
||||
|
||||
<!-- t: end -->
|
||||
|
||||
<br><br><br><br><br><br>
|
||||
<footer><p><!-- t: safe domain --> and subdomains: <a href="<!-- t: raw ownerpage -->"><!-- t: safe ownername --></a></p></footer>
|
||||
|
||||
<!-- t: else -->
|
||||
|
||||
<h1>unconfigured tomatenmharksite server</h1>
|
||||
please fill out the required values in <code>int.html</code>
|
||||
and restart the tomatenmharksite server
|
||||
|
||||
<!-- t: end -->
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user