Added index

This commit is contained in:
Stephen Cochrane 2021-02-12 00:02:20 +02:00
parent 8e7edd3254
commit 4c32424525
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<style>
body {
background-color:black;
color:white
}
a {
color:#DC143C
}
.header {
padding: 60px;
text-align: center;
font-size: 30px;
}
.para {
text-align: center;
font-size:15
}
input[type=text] {
border: 2px solid black;
border-radius: 4px;
}
</style>
<div class=header>Welcome to the skiqqy API</div>
<div class=para>
<p>
TODO: Show API routes.
</p>
</div>