profoundjs
Version:
Profound.js Framework and Server
29 lines (20 loc) • 718 B
HTML
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link href="/profoundui/proddata/css/profoundui.css" rel="stylesheet" type="text/css">
<link href="/profoundui/proddata/css/ipademulator.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/profoundui/proddata/js/runtime.js"></script>
<title>Profound UI</title>
<script type="text/javascript">
window.onload = function() { pui.start() };
</script>
</head>
<body>
<div class="ipad-emulator">
<div id="pui"></div>
<div id="ipadKeyboard" class="ipad-keyboard" style="display: none;"></div>
</div>
</body>
</html>