-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 747 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 747 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script src="https://www.gstatic.com/firebasejs/5.2.0/firebase.js"></script>
<script src="//cdn.jsdelivr.net/npm/flamelink/dist/flamelink.js"></script>
<script src="./md5.min.js"></script>
<link rel="manifest" href="/manifest.json"/>
<script src="./pushNotifications.js"/>
<!-- <script src="./flamelink.js"/> -->
</script>
<h1 id="Name">
<script type="text/javascript">
getData(function(data){
document.getElementById('Name').innerHTML = data[Object.keys(data)[0]].title;
});
</script>
</h1>
<button onclick="createUser()">
Create user
</button>
<button onclick="writeYoutubeData()">
Add youtube
</button>
</body>
</html>