Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;url=https://www.tko.io"/>
<link rel="canonical" href="https://www.tko.io"/>
<meta name="viewport" content="width=device-width">
<style>
@import 'style.css';
@import 'js/DemoPanel.css';
</style>
<script type="module">
<!-- <script type="module">
import "https://cdn.jsdelivr.net/npm/@tko/build.reference@4.0.0-beta1.5/dist/browser.js"
import "./js/DemoPanel.js"
import { TOCObserver } from "./js/TOCObserver.js"
Expand All @@ -16,18 +18,18 @@
document.querySelectorAll('main > section')
)
tko.applyBindings({})
</script>
</script> -->
</head>
<body>
<header>
<div class="content">
<h1>TKO: Technical Knockout</h1>
<h1>TKO: Technical Knockout. We've moved! New page: <a href="https://www.tko.io">tko.io</a>.</h1>
<a class="github-link" href="https://github.com/knockout/tko" target="_blank">
<svg class="github-logo" viewBox="0 0 25 25"><path fill-rule="evenodd" stroke-width="0" d="M13 5a8 8 0 00-2.53 15.59c.4.07.55-.17.55-.38l-.01-1.49c-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82a7.42 7.42 0 014 0c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48l-.01 2.2c0 .21.15.46.55.38A8.01 8.01 0 0021 13a8 8 0 00-8-8z"></path></svg>
</a>
</div>
</header>
<nav>
<!-- <nav>
<section id="toc">
<h3>Contents</h3>
<ol>
Expand Down Expand Up @@ -226,7 +228,7 @@ <h2>Reference</h2>
footer here 👋
</div>
</footer>
-->
<!-- <iframe id="stackblitz" src="https://stackblitz.com/edit/vitejs-vite-hbz6or?embed=1&file=src/main.ts"></iframe> -->

</body>
Expand Down