diff options
author | crupest <crupest@outlook.com> | 2019-02-15 16:08:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-15 16:08:08 +0800 |
commit | 3517512c4a6fa7eb61b8c5e5eca38c52c5577631 (patch) | |
tree | 1a5bf9be6a45b91f5b770c1ed0935246df93346a /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html | |
parent | 7024bc9666e62cc33f651e7a060235d17bd51f25 (diff) | |
download | timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.tar.gz timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.tar.bz2 timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.zip |
Develop front end.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html')
-rw-r--r-- | Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html new file mode 100644 index 00000000..0d005c83 --- /dev/null +++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html @@ -0,0 +1,3 @@ +<p> + todo-list-page works! +</p> |