bikelist/index.html

36 lines
1.3 KiB
HTML

<!DOCTYPE html>
<!--
Bikelist - shows a simple checklist preparing for a bike ride.
Copyright © Benjamin Stadlbauer
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
A copy of the license is available at the root of the Git repository
https://benjamin.stadlbauer.wien/git/Benjamin/bikelist
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://benjamin.stadlbauer.wien/style.css" integrity="sha512-P4CTyX+JMNxx7FX5s7grf0sjDx0r4MbKbCsEcCdRWXvyGqA4qBwgjs4K/wF8+mCzEYPVSe+36+AYsmD4anN7BA==" crossorigin="anonymous">
<title>Bikelist</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<p style="font-size: x-small; margin-top: 2em;">© Benjamin Stadlbauer<br />
<a href="https://benjamin.stadlbauer.wien/git/Benjamin/bikelist">Source code</a></p>
</body>
</html>