generator-minxing
Version:
generator for creating minxing web app.
33 lines (27 loc) • 1.06 kB
HTML
<html>
<head>
<title> DebugGap </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/common.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<script src="build/index.js"></script>
</head>
<body>
<div style="display:none;" id="clientList">
<h3><span>0</span> client(s) exist</h3><hr/>
<ul id="list"></ul>
</div>
<div class="l-console l-console-action">
<div class="l-con"></div>
<div class="l-btn">Console</div>
</div>
<div class="l-connect">
<input type="text" placeholder="IP Address" class="ip" /> : <input type="text" placeholder="Port" class="port" /> <input type="button" class="connect" value="Connect" />
</div>
</body>
</html>