49 lines
1.6 KiB
HTML
49 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta property="og:title" content="">
|
|
<meta property="og:type" content="">
|
|
<meta property="og:url" content="">
|
|
<meta property="og:image" content="">
|
|
|
|
<link rel="manifest" href="site.webmanifest">
|
|
<link rel="apple-touch-icon" href="icon.png">
|
|
<!-- Place favicon.ico in the root directory -->
|
|
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
<meta name="theme-color" content="#fafafa">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Add your site or application content here -->
|
|
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
|
|
<div style="height: 50px; overflow: auto; margin: 0px; padding: 0px;">
|
|
MatCat BrowserLogic <span id="version">0.1.0</span>
|
|
<input type="button" id="btn_Link" value="<->"/>
|
|
<input type="button" id="btn_AddAND" value="&"/>
|
|
<input type="button" id="btn_AddNAND" value="!&"/>
|
|
<input type="button" id="btn_AddOR" value="|"/>
|
|
<input type="button" id="btn_AddNOR" value="!|"/>
|
|
<input type="button" id="btn_AddXOR" value="^"/>
|
|
<input type="button" id="btn_AddXNOR" value="!^"/>
|
|
<input type="button" id="btn_AddBTN" value="[]"/>
|
|
<input type="button" id="btn_Delete" value="Delete"/>
|
|
</div>
|
|
|
|
<canvas id="LogicPlane" width="400" height="300" style="margin: 0px; padding: 0px;"></canvas>
|
|
<script src="js/logicengine.js"></script>
|
|
<script src="js/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|