mirror of
https://github.com/vale981/tridactyl
synced 2025-03-10 04:36:39 -04:00
13 lines
449 B
HTML
13 lines
449 B
HTML
<!DOCTYPE html>
|
|
<html class="TridactylOwnNamespace">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="css/cleanslate.css">
|
|
<link rel="stylesheet" href="css/commandline.css">
|
|
</head>
|
|
<body>
|
|
<div id="completions"></div>
|
|
<div id="command-line-holder"><span id="tridactyl-colon"></span><input id="tridactyl-input"></input></div>
|
|
<script src="../commandline_frame.js"></script>
|
|
</body>
|
|
</html>
|