diff options
Diffstat (limited to 'src/template.html')
| -rw-r--r-- | src/template.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/template.html b/src/template.html new file mode 100644 index 0000000..c8e9f47 --- /dev/null +++ b/src/template.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>Notes</title> + </head> + <body> + <div class="notes">{{ notes }}</div> + </body> +</html> |
