tridactyl.tridactyl/src/static/commandline.html
2018-03-08 21:57:21 +00:00

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>