-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient.html
More file actions
39 lines (31 loc) · 997 Bytes
/
Copy pathclient.html
File metadata and controls
39 lines (31 loc) · 997 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Previa Acojonados de ser DJ</title>
<link rel="stylesheet" href="Style/client.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<div class="headWrapper">
<h1>CLIENT</h1>
</div>
</header>
<div class="content-wrapper">
<h2>
Send song:
</h2>
<input name="Paste URL" id="sendSong" />
<div class="button" onclick="send()"><i class="fa fa-paper-plane" id="go" aria-hidden="true"></i></div>
</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="Javascript/client.js"></script>
</html>