2020-06-21 17:29:27 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Ardour Mixer</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-07-25 12:09:12 -04:00
|
|
|
<button id="fullscreen"></button>
|
2020-06-21 17:29:27 -04:00
|
|
|
<script type="module" src="js/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|