diff options
author | Michael McVady <femtonaut@gmail.com> | 2021-08-19 21:14:12 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2021-08-21 17:22:40 -0500 |
commit | f44dddb3be440af05abbe5d683c797f21d95eb00 (patch) | |
tree | 98b09c200182971da92f010313c991075d88423b /assets | |
parent | 1d63cf7cbf413ec294f0c54816cd939bce06bb87 (diff) |
Working with assets
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index_begin.html | 9 | ||||
-rw-r--r-- | assets/index_end.html | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/assets/index_begin.html b/assets/index_begin.html new file mode 100644 index 0000000..6c14258 --- /dev/null +++ b/assets/index_begin.html @@ -0,0 +1,9 @@ +<!DOCTYPE> + +<html> +<head> +<title>clog</title> +</head> +<body> + +<h2>clog posts</h2> diff --git a/assets/index_end.html b/assets/index_end.html new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/assets/index_end.html @@ -0,0 +1,2 @@ +</body> +</html> |