templeos-info/public/index.html

33 lines
801 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2024-03-23 16:14:13 +00:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TempleOS</title>
2024-03-23 16:14:13 +00:00
<link rel="stylesheet" href="style/templeos.css">
<style>
a {
color: #5555ff;
text-decoration: underline;
}
</style>
</head>
2024-03-23 16:14:13 +00:00
<body style="font-family: courier, monospace;">
<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>