123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>ChuChube</title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta property="og:title" content="">
- <meta property="og:type" content="">
- <meta property="og:url" content="">
- <meta property="og:image" content="">
- <link rel="icon" type="image/png" href="favicon.png">
- <link rel="stylesheet" href="css/normalize.css">
- <link rel="stylesheet" href="css/fontawesome.css">
- <link rel="stylesheet" href="css/solid.css">
- <link rel="stylesheet" href="css/bootstrap/bootstrap.css">
- <link rel="stylesheet" href="css/main.css">
- <meta name="theme-color" content="#fafafa">
- </head>
- <body>
- <div class="container absoluteCenter" style="height: 135px">
- <div style="margin-top: -100px" >
- <div class="row mb-4">
- <img class="mx-auto" alt="ChuChube logo" src="img/logo-100.png"/>
- </div>
- <div class="row">
- <form class="mx-auto" id="roomInputForm">
- <div class="form-group">
- <label class="sr-only" for="roomInput">Room Input</label>
- <input class="form-control" id="roomInput" placeholder="Room"/>
- </div>
- </form>
- </div>
- </div>
- </div>
- <footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a>·<a href="http://joetoep.student.utwente.nl">Based on JoeToep</a></footer>
- <script src="js/index.js" type="module"></script>
- </body>
- </html>
|