-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
37 lines (28 loc) · 831 Bytes
/
index.php
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>simple svg heatmap thing</title>
<link rel="stylesheet" href="main.css">
<style>
</style>
</head>
<body class="with-sidebar">
<section class="rapper">
<article class="svg-container">
<?php echo file_get_contents("audiQ8_xd1.svg"); ?>
</article>
<aside class=" sidebar">
<ul class="stack accentcontrols">
<!-- toggle layers/groups emphasis -->
</ul>
<ul class="stack togglecontrols">
<!-- toggle layer visibility -->
</ul>
<!--div><button id="pulse_toggler" class="">Pulsate</button></div-->
</aside>
</section>
<script defer src="script.js"></script>
</body>
</html>