diff options
Diffstat (limited to 'corp/tvixbolt/index.html')
-rw-r--r-- | corp/tvixbolt/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/corp/tvixbolt/index.html b/corp/tvixbolt/index.html new file mode 100644 index 000000000000..af6123a202c0 --- /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> |