add logo and update links to api

This commit is contained in:
fyr77 2021-02-24 16:58:13 +01:00
parent bee5af5024
commit dec845927a
3 changed files with 74 additions and 2 deletions

View file

@ -9,6 +9,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/w3.css">
<link rel="stylesheet" href="css/cookiebanner.css">
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
width: 25%;
}
</style>
</head>
<body class="w3-container">
@ -57,6 +65,7 @@
<p>All details regarding HoHoHo! can be found in the <a href="https://arxiv.org/pdf/1712.06259.pdf" target="_blank">corresponding paper</a>.</p>
<h3>Third-party code</h3>
<p>The API used by this website is made possible thanks to the great work by Andreas Gohr, <a href="https://github.com/splitbrain/ook" target="_blank">whose repository can be found on GitHub.</a></p>
<img src="hohoho.svg" alt="Hohoho!">
</footer>
<script src="js/main.js"></script>
</body>