46 lines
1.2 KiB
HTML
46 lines
1.2 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<!-- Head block -->
|
|
<!-- DO NOT EDIT index.html page. Edit the right block then python build.py -->
|
|
<!--
|
|
LJ webapp 'mg' stand for main grid elements
|
|
-->
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>LJ</title>
|
|
|
|
<!-- Web audio buttons defaults -->
|
|
<script src="webcomponents-lite.js"></script>
|
|
<script>
|
|
WebAudioControlsOptions={
|
|
useMidi:1,
|
|
knobSrc:"knobs/simplegray.png",
|
|
knobSprites:100,
|
|
switchSrc:"knobs/switch_toggle.png",
|
|
sliderSrc:"knobs/vsliderbody.png",
|
|
sliderKnobsrc:"knobs/vsliderknob.png",
|
|
}
|
|
</script>
|
|
<script src="webaudio-controls.js"></script>
|
|
<link rel="stylesheet" href="LJgrid.css" />
|
|
<link rel="stylesheet" type="text/css" href="selector.min.css">
|
|
<script type="application/javascript" src="selector.min.js"></script>
|
|
<!-- Javascript for this webapp is a the end of this html page and in LJ.js -->
|
|
<script src="LJ.js"></script>
|
|
</head>
|
|
|
|
<body style="background-color:#222;">
|
|
|
|
|
|
<!--
|
|
MainGrid : Webpage one column, different raws displayed or hidden by menu button
|
|
-->
|
|
|
|
|
|
<div class="maingrid">
|
|
|
|
|
|
<!-- End of Header block -->
|
|
|