Skip to content

Commit

Permalink
Merge pull request #1 from kritserv/dev
Browse files Browse the repository at this point in the history
edit index html
  • Loading branch information
kritserv authored Jan 2, 2024
2 parents 069917a + ce562f6 commit b1741f7
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,20 @@
<body>
<link rel="stylesheet" type="text/css" href="/static/style.css">
<header>
<h1>Tarot API</h1>
<h1>Tarot API using go</h1>
</header>
<main>
<ul>
<li>
<a href="https://github.com/ekelen/tarot-api">Fork from ekelen</a>
</li>
</ul>
<p>
REST API for card names, descriptions, and divinatory meanings according
to AE Waite's Pictorial Key to the Tarot (1910), the companion to the
Rider-Waite-Smith (RWS) deck upon which most newer decks are based.
</p>
<ul>
<li>
<a href="https://github.com/ekelen/tarot-api">See the README</a> at
the repository root
</li>
<li>
→ See full documentation and try it out
<a href="https://app.swaggerhub.com/apis/ekswagger/tarot-api/1.3"
>on SwaggerHub</a>
</li>
<li>
→ Go to
<a href="./api/v1/">the root endpoint</a> or <a href="./api/v1/cards/random?n=1">request one random card</a>!
</li>
</ul>
</main>
<footer>
<p>Made with ✨ by <a href="https://github.com/ekelen" target="_blank">ekelen</a></p>
</footer>
</body>
</html>

0 comments on commit b1741f7

Please sign in to comment.