63 lines
1.3 KiB
HTML
63 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>WWF - Watch With Friends</title>
|
||
|
<link rel="stylesheet" type="text/css" id="applicationStylesheet" href="style.css"/>
|
||
|
|
||
|
|
||
|
<!-- <script id="applicationScript" type="text/javascript" src="script.js"></script> -->
|
||
|
<!-- Font Awesome -->
|
||
|
<link
|
||
|
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
|
||
|
rel="stylesheet"
|
||
|
/>
|
||
|
<!-- Google Fonts -->
|
||
|
<link
|
||
|
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
|
||
|
rel="stylesheet"
|
||
|
/>
|
||
|
<!-- MDB -->
|
||
|
<link
|
||
|
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/2.2.1/mdb.min.css"
|
||
|
rel="stylesheet"
|
||
|
/>
|
||
|
<!-- MDB -->
|
||
|
<script
|
||
|
type="text/javascript"
|
||
|
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/2.2.1/mdb.min.js"
|
||
|
></script>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<!-- Image and text -->
|
||
|
<nav class="navbar navbar-dark bg-dark">
|
||
|
<div class="container-fluid">
|
||
|
<a class="navbar-brand mx-auto" href="#">
|
||
|
<img
|
||
|
src="logo-bez-tla.png"
|
||
|
height="140"
|
||
|
alt=""
|
||
|
loading="lazy"
|
||
|
/>
|
||
|
</a>
|
||
|
</div>
|
||
|
<div class="container-fluid bg-dark">
|
||
|
<button type="button" class="btn btn-warning btn-rounded btn-lg mx-auto" style="background-color: rgb(218, 110, 10);">Create a room!</button>
|
||
|
</div>
|
||
|
</nav>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|