12 lines
196 B
HTML
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>
|