tildefriends/apps/todo/index.html
2024-02-24 11:09:34 -05:00

12 lines
196 B
HTML

<!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>
</html>