tildefriends/apps/todo/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
196 B
HTML
Raw Permalink Normal View History

2024-02-24 11:09:34 -05:00
<!doctype html>
<html>
<head>
<title>TODO</title>
</head>
<body style="color: #fff">
<h1>TODO</h1>
<tf-todos></tf-todos>
</body>
<script src="script.js" type="module"></script>
2024-02-24 11:09:34 -05:00
</html>