-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (36 loc) · 1.13 KB
/
Copy pathindex.html
File metadata and controls
45 lines (36 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Previa Dev Mixer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Style/index.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase.js"></script>
</head>
<body>
<header>
<div class="headWrapper">
<h1>Previa Dev Mixer</h1>
</div>
</header>
</div>
</div>
<div class="greet-wrapper">
<p class="greeting">
Who do you want to be?
</p>
</div>
<div class=buttons>
<i id="button-left" onclick="redirectSrv()" class="fa fa-desktop"></i>
<i id="button-right" onclick="redirectClt()" class="fa fa-user-circle-o"></i>
</div>
<footer>
<div class="foot-wrapper">
Made By: <a class="vendesio" href="http://github.com/lavendiciondevs">La Vendicion Devs</a>
</div>
</footer>
</body>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="Javascript/index.js"></script>
</html>