tildefriends/apps/cory/todo/index.html
2022-11-28 02:19:36 +00:00

11 lines
195 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>