save initial status
This commit is contained in:
commit
46b4f8f4f8
9 changed files with 311 additions and 0 deletions
29
www_htdocs/index.php
Normal file
29
www_htdocs/index.php
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Saturn</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
|
||||
</head>
|
||||
<body>
|
||||
<div id="SaturnLogo">
|
||||
<img src="images/saturn.svg" title="Saturn1"/>
|
||||
</div>
|
||||
|
||||
<div id="ServicesGrid">
|
||||
|
||||
<div>
|
||||
<a href="/monitorix">
|
||||
<img src="service_logos/monitorix.png" title="MonitorX" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a href="/forgejo">
|
||||
<img src="service_logos/forgejo.svg" title="Forgejo" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue