Inital Commit

This commit is contained in:
2022-01-21 16:01:56 +01:00
commit ab40ebe2ce
15 changed files with 351 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<style>
a.button {
background-color: Gainsboro;
border: none;
color: black;
padding: 10px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
</style>
<a href="Editor.php" class="button">Open editor</a>
<br>
<br>
<a href="Viewer.php" class="button">Open viewer</a>