fix(web): initialize index.html and update styles

This commit is contained in:
2023-01-27 16:53:24 +03:00
parent b791c60b81
commit 46e67488f1
4 changed files with 32 additions and 15 deletions
+6
View File
@@ -29,5 +29,11 @@
</head>
<body>
<h1>Welcome to Tanabata!</h1>
<main>
<h2>Select Tanabata service</h2>
<div class="contents-wrapper">
<a href="/tfm" class="btn btn-primary">TFM</a>
</div>
</main>
</body>
</html>