forked from protonphoton/LJ
More plugins, more doc,...
This commit is contained in:
parent
4a2d1a5773
commit
0bb0049f02
105 changed files with 15152 additions and 2757 deletions
46
webui/blocks/head.html
Normal file
46
webui/blocks/head.html
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
|
||||
<!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 -->
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue