forked from PedalPlayground/pedalplayground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.html
More file actions
25 lines (22 loc) · 606 Bytes
/
Copy pathall.html
File metadata and controls
25 lines (22 loc) · 606 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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="public/stylesheets/styles.css" />
<script type="text/javascript" src="public/scripts/scripts.js"></script>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
/>
</head>
<!-- !Body -->
<body>
<header class="site-header">
<h1><b>Pedal</b> Playground</h1>
</header>
<div class="site-body">
<div id="list-pedals"></div>
</div>
</body>
</html>