forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path197.html
More file actions
27 lines (26 loc) · 1.36 KB
/
197.html
File metadata and controls
27 lines (26 loc) · 1.36 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
<html>
<head>
<meta charset="utf-8">
<base href="https://cdn.jsdelivr.net/gh/bubbls/UGS-Assets@9defddfd6a5653144cd8c423f6fb83d532dc9967/elasticman/">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1">
<title>Elastic Face</title>
<link rel="stylesheet" href="face.css" type="text/css"></head>
<body>
<script type="text/template" id="loading-template"><div id="loading-bar" class="loading-bar-visible">
<div id="loading-fill"></div>
</div>
</script>
<script type="text/template" id="no-support-template"><div id="error">Your browser does not support the required features. Try another browser and/or device!</div></script>
<script type="text/template" id="main-template"><div id="quality-container">
<div id="quality-label">Quality</div>
<div class="quality" id="quality-medium">Medium</div>
<div class="quality" id="quality-high">High</div>
</div>
<div id="credits">
<div>Created by <a href="http://david.li" target="_blank">David Li</a></div>
<div>Audio by <a href="http://dolphinclub.website/audio" target="_blank">Dolphin Club Audio</a></div>
</div></script>
<div id="placeholder"></div>
<script src="face.js"></script>
</body>
</html>