43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>mcopy</title>
|
|
<link href="./css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="./css/font-awesome.min.css" rel="stylesheet">
|
|
<link href="./css/w2ui-1.4.3.min.css" rel="stylesheet">
|
|
<link href="./css/effeckt.css" rel="stylesheet">
|
|
<link href="./css/app.css" rel="stylesheet">
|
|
</head>
|
|
<body onload="init();">
|
|
<nav id="toolbar"></nav>
|
|
<div id="screens">
|
|
<div id="controls" class="screen">
|
|
<footer>
|
|
<div id="log"></div>
|
|
</footer>
|
|
</div>
|
|
<div id="light" class="screen">
|
|
<div id="colors-tabs"></div>
|
|
<div id="colors-content">
|
|
<div id="rgb-page" class="colors-page">
|
|
<input id="rgb" value="rgb(0, 0, 0)" />
|
|
</div>
|
|
</div>
|
|
<div id="light-status">
|
|
<div>
|
|
<form>
|
|
<span>R</span><input type="text" value="0"/><br />
|
|
<span>G</span><input type="text" value="0"/><br />
|
|
<span>B</span><input type="text" value="0"/>
|
|
</form>
|
|
<div id="color"></div>
|
|
</div>
|
|
Preview
|
|
<input type="checkbox" name="preview" id="preview" class="effeckt-ckbox-ios7" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="./js/app.js"></script>
|
|
</body>
|
|
</html> |