16 lines
343 B
HTML
16 lines
343 B
HTML
<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> |