chore(snix): s/tvix/snix/
Change-Id: Iae961416eea0a38bc57df7b736f6dda5903b0828
This commit is contained in:
parent
768f053416
commit
36e4d017f5
1417 changed files with 3741 additions and 3650 deletions
|
|
@ -1,21 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://static.tvl.su/latest/terminal.min.css">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<title>Tvixbolt</title>
|
||||
</head>
|
||||
<body>
|
||||
<script type="module">
|
||||
import init, { main } from './tvixbolt.js';
|
||||
|
||||
async function run() {
|
||||
await init();
|
||||
main();
|
||||
}
|
||||
|
||||
run();
|
||||
</script>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue