diff options
-rw-r--r-- | template/page.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/page.html b/template/page.html new file mode 100644 index 0000000..fbc6486 --- /dev/null +++ b/template/page.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title>{{_cursor_}}</title> +</head> +<body> + +</body> +</html> + |