@webqit/webqit.dev
Version:
webqit.dev Site
124 lines (93 loc) • 5.32 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="chtml" content="isomorphic=1;script-errors=1" />
<title scoped:id="title">Web-Native DOCS</title>
<meta name="description" content="Web-Native documentation" />
<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="Web-Native Documentation" />
<link rel="apple-touch-icon" href="/images/icons/icon-152x152.png" />
<base scoped:id="base" />
<!-- PAGE SCRIPTS -->
<script id="webflo-params"></script>
<script src="http://localhost:8081/chtml/dist/main.js"></script>
<script src="http://localhost:8081/observer/dist/main.js"></script>
<script src="http://localhost:4200/app.js"></script>
<!-- PAGE CSS -->
<link type="text/css" rel="stylesheet" href="http://localhost:8080/play-ui/css/lib/resets.css" />
<link type="text/css" rel="stylesheet" href="http://localhost:8080/play-ui/css/lib/canvas.css" />
<link type="text/css" rel="stylesheet" href="http://localhost:4200/css/github-markdown.css" />
<link type="text/css" rel="stylesheet" href="http://localhost:4200/css/tooling.css" />
<script type="scoped">
if (app.pkgName) {
this.namespace.title.innerHTML = app.pkgName + ' - Web-Native';
}
</script>
</head>
<body namespace template="">
<div class="flex-y-stretch flex-wrap">
<div class="col-3 lg--col-12" style="background-color: whitesmoke;">
<!-- ::::::::::::::::: -->
<div class="pd-10 pd-x3 overflow-x-hidden">
<div class="app-bar flex-x-separate">
<a href="/" class="brand-container flex-y-center">
<img alt="@web-native-js/chtml logo" scoped:id="logo" src="http://localhost:8081/chtml/docs/logo.png" style="display: block; width: 65px; color: transparent; background: none;" />
<div class="pd-10">
<div class="txt-lg b">Web-Native</div>
<div class="i">...tag tagline</div>
</div>
</a>
<div class="menu-control pos-rel wt-60 ht-60 flex-center cursor-pointer" play-icon-type="bootstrap">
<play-icon name="filter-right" class="pos-rel"></play-icon>
</div>
</div>
</div>
<!-- ::::::::::::::::: -->
<div class="pd-10 pd-x3">
<ul is="play-seq-ul" scoped:id="outline_menu" template="main/outline" class="outline list-style-none"></ul>
</div>
</div>
<main class="col-grows lg--col-12 flex-y-start flex-wrap markdown-body">
<div class="readme-container col-grows lg--col-12">
<div style="min-height: 100vh;">
<partials-slot name="readme" scoped:id="main">DOCS not found!</partials-slot>
</div>
<br /><br />
<footer style="position: sticky; bottom: 0px;">
<br />
<ul scoped:id="nav" class="footer-nav flex-x-separate flex-y-center">
<li><a href="" scoped:id="prev">prev ←</a></li>
<li scoped:id="index"></li>
<li><a href="" scoped:id="next">→ next</a></li>
</ul>
</footer>
</div>
<div class="col-2 lg--col-12"></div>
</main>
</div>
<!-- CODE HIGHLIGHTING -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/styles/github.min.css">
<!-- END OF BODY; START OF TEMPLATES -->
<template name="app"></template>
<template name="menu-item">
<li namespace>
<a scoped:id="link" href="" class="d-flex flex-x-separate flex-y-center">
<span scoped:id="text"></span>
<span>→</span>
</a>
<script type="scoped">
var fullHref = pkgRoot + '/' + href;
var fullActive = pkgRoot + activePage;
this.namespace.link.setAttribute('href', fullHref);
this.namespace.text.innerHTML = href;
this.classList.toggle('active', fullActive.startsWith(fullHref));
</script>
</li>
</template>
</body>
</html>