36 lines
1.1 KiB
HTML
36 lines
1.1 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">
|
|
</div>
|
|
<div id="light">
|
|
<div id="colors-tabs"></div>
|
|
<div id="colors-content">
|
|
<div id="rgb"></div>
|
|
</div>
|
|
<div id="light-status">
|
|
<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>
|
|
Preview
|
|
<input type="checkbox" name="preview" id="preview" class="effeckt-ckbox-ios7" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="./js/app.js"></script>
|
|
</body>
|
|
</html> |