-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 754 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="todo list manager on the command-line inspired by todo.txt using the jsonl format">
<meta name="theme-color" content="#000">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="web/app.css">
<link rel="shortcut icon" href="web/favicon.png">
<title>todo list manager REPL</title>
</head>
<body>
<div id="vanilla-terminal"></div>
<script src="web/app.js"></script>
</body>
</html>