33 lines
760 B
HTML
33 lines
760 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>TempleOS</title>
|
|
<link rel="stylesheet" href="style/templeos.css">
|
|
<style>
|
|
a {
|
|
color: #5555ff;
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="/img/Logo128x152.jpg" alt="">
|
|
|
|
<h1>TempleOS Documentation</h1>
|
|
|
|
<p style="display: inline-block; text-align: left;"><!--
|
|
--><a href="/Wb/Doc/Welcome.DD.HTML">Welcome to TempleOS</a><br><!--
|
|
--><a href="/Wb/Doc/">Documentation files</a><br><!--
|
|
--><a href="/Wb/">View source</a><br><!--
|
|
--></p>
|
|
<br>
|
|
|
|
<footer>
|
|
<a href="https://git.reim.ar/Reimar/templeos-info">Website source</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|