profoundjs
Version:
Profound.js Framework and Server
21 lines (18 loc) • 665 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, target-densitydpi=device-dpi" />
<link href="/profoundui/proddata/css/profoundui.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 id="pui">
</div>
</body>
</html>