refactor!: Switch to new chat directory

BREAKING CHANGE: Existing URLs will no longer work. Those will have to
be redirected.
This commit is contained in:
Tibo De Peuter 2024-04-09 13:08:07 +02:00
parent 989ae7a0f5
commit b36aab6b15
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
43 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html class="TridactylOwnNamespace TridactylThemeDefault"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Tridactyl commandline</title>
<link rel="stylesheet" href="commandline_data/cleanslate.css">
<link rel="stylesheet" href="commandline_data/commandline.css">
</head>
<body>
<div id="completions"></div>
<div id="command-line-holder"><span id="tridactyl-colon"></span><input id="tridactyl-input"></div>
<script src="commandline_data/commandline_frame.js"></script>
</body></html>