-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlauncher_audio_visualization.html
More file actions
22 lines (21 loc) · 970 Bytes
/
Copy pathlauncher_audio_visualization.html
File metadata and controls
22 lines (21 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/launcher.css">
<link rel="stylesheet" href="/css/bootstrap/bootstrap_main.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1889527741439078"
crossorigin="anonymous"></script>
</head>
<body>
<div class="page-content">
<div class="lockPage" id="lockPage">
<div class="container">
<span id="lock" class="lock"></span>
</div>
<button class="btn btn-primary" style="display: none;" id="launchBtn" onclick="window.location='https://accessretrieved.github.io/audio_visualization.html'">Launch</button>
</div>
</div>
</body>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'>
</script><script src="/javascript/lock.js"></script>
</html>