restofthings/directory_server/index.html

22 строки
843 B
HTML

<html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="./superagent.js"></script>
<script src="directoryVers2.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<link href="//cdnjs.cloudflare.com/ajax/libs/select2/3.5.0/select2.min.css" rel="stylesheet"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/select2/3.5.0/select2.min.js"></script>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<div class="page-header">
<h1>Registry <small>{ active devices are listed below }</small></h1>
</div>
</head>
<body>
<table id='tagstable' border=10px class="table table-bordered table-condensed">
</table>
</body>
</html>