This repository has been archived on 2023-05-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ImgAnnotations/index.html
2022-01-21 16:01:56 +01:00

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>