@webqit/webqit.dev
Version:
webqit.dev Site
61 lines (50 loc) • 2.92 kB
HTML
<html>
<head namespace>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="oohtml" content="isomorphic=1;script-errors=2" />
<title scoped:id="title">DEV DOCS</title>
<meta name="description" content="An opensource OOHTML-based documentation site" />
<meta name="theme-color" content="darkblue" />
<link rel="manifest" href="/manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="darkblue" />
<meta name="apple-mobile-web-app-title" content="OOHTML-Based Documentation Site" />
<link rel="apple-touch-icon" href="/images/icons/icon-152x152.png" />
<base scoped:id="base" />
<!-- LIBS -->
<link type="text/css" rel="stylesheet" href="http://unpkg2.com:9000/@webqit/plot-css/src/resets.css" /> <!-- first -->
<link type="text/css" rel="stylesheet" href="http://unpkg2.com:9000/@webqit/plot-css/src/canvas.css" /> <!-- second -->
<link type="text/css" rel="stylesheet" href="http://unpkg2.com:9000/@webqit/play-css/src/keyframes.css" />
<link type="text/css" rel="stylesheet" href="http://unpkg2.com:9000/@webqit/play-css/src/classes.css" />
<script src="http://unpkg2.com:9000/@web-native-js/observer/dist/main.js" ssr></script> <!-- first -->
<script src="http://unpkg2.com:9000/@webqit/play-ui/dist/main.js" ssr></script> <!-- second -->
<script src="http://unpkg2.com:9000/@web-native-js/oohtml/dist/main.js"></script> <!-- afterwards -->
<script> $ = WQ.DOM.$; </script> <!-- afterwards -->
<!-- BUDNLES -->
<template name="app" src="/app.html"></template>
<link type="text/css" rel="stylesheet" href="/css/main.css" />
<script src="/app.js"></script>
<script type="scoped" autorun>
if (!app) return;
$(this.namespace['title']).html(app.title);
</script>
</head>
<body namespace template="" play-icon-path="/icon" play-icon-type="bootstrap">
<script type="scoped">
if (app.outline.items && this.namespace.outline_menu) {
$(this.namespace.outline_menu).itemize(app.outline.items, (el, e, d) => el[e](d));
}
</script>
<partials-slot name="index" template-fallback="100">
<div class="flex-center" style="min-height: 100vh;">
<div class="txt-align-cntr">
<div class="anim-flash">Not Found!</div>
<br />
<a href="/">← Back to Home</a>
</div>
</div>
</partials-slot>
</body>
</html>