35 lines
1.1 KiB
HTML
Raw Normal View History

2021-03-13 17:27:51 +01:00
<html>
<head>
<link rel="stylesheet" href="css/background.css">
<link rel="stylesheet" href="css/typography.css">
<link rel="stylesheet" href="css/modular.css">
<link rel="stylesheet" href="css/form.css">
<link rel="stylesheet" href="css/button.css">
<link rel="stylesheet" href="css/font/include.css">
<title>Tubio - Companion Extension</title>
</head>
<body>
<div class="bgdrop"></div>
<div class="bggatter__wrapper">
<div class="bggatter"></div>
</div>
<div class="bgmask"></div>
<h1 class="text-center pt-1">Tubio</h1>
<h2 class="text-center">Companion Extension</h2>
<div class="flex justify-content-center">
<div class="flex flex-col align-items-center">
<button >Download!</button>
<label for="tubio-address" style="margin-top: 3em;">Where can i reach tubio?</label>
<input type="text" id="tubio-address" class="text-center" />
</div>
</div>
</body>
</html>