about summary refs log tree commit diff
path: root/corp/tvixbolt/index.html
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-09-04T12·16+0300
committertazjin <tazjin@tvl.su>2022-09-04T14·05+0000
commit8655440ae3f42543ad5d2a980cef389529867f4b (patch)
treebf943e3dd6029b613564b1cf34bf52051aaf712d /corp/tvixbolt/index.html
parentf88d248f483af0cf1b83152367376b6b90893aac (diff)
feat(corp/tvixbolt): check in initial tvixbolt version r/4630
This is the code backing the small site currently deployed at
https://tazj.in/blobs/nixbolt/index.html

This relies on a newer version of Tvix than is available in depot and
a bunch of other stuff that isn't public yet, so for now no build file
is provided as this is heavily work-in-progress.

Change-Id: I7a8e4dbf4e11d1c70175f929e65f40ff69acbbd9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6315
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'corp/tvixbolt/index.html')
-rw-r--r--corp/tvixbolt/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/corp/tvixbolt/index.html b/corp/tvixbolt/index.html
new file mode 100644
index 0000000000..af6123a202
--- /dev/null
+++ b/corp/tvixbolt/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet"
+          href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" />
+    <link data-trunk rel="inline" href="index.css">
+    <title>Tvixbolt</title>
+  </head>
+</html>