mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Use dark theme from https://gist.github.com/KrazyCavin/cebb807e961a4a32bb04aa0c1757bab8 Relates to #230.
14 lines
399 B
HTML
14 lines
399 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="cleanslate.css">
|
|
<link rel="stylesheet" href="commandline.css">
|
|
<link rel="stylesheet" href="commandline-dark.css">
|
|
</head>
|
|
<body>
|
|
<div id="completions"></div>
|
|
<input id="tridactyl-input"></input>
|
|
<script src="../commandline_frame.js"></script>
|
|
</body>
|
|
</html>
|