Inital Commit
This commit is contained in:
16
index.html
Normal file
16
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user