diff options
| author | Leo Goetz <dev@leogtz.de> | 2025-11-10 10:26:15 +0100 |
|---|---|---|
| committer | Leo Goetz <dev@leogtz.de> | 2025-11-10 10:26:15 +0100 |
| commit | 51cead8d816d16cc025e4a189040bca7c0dc3729 (patch) | |
| tree | 2da07e9f5d2224006677460bc29737aa42acdace /src/template.html | |
| parent | 789d28b83af165258dc7e8b3a44bbd2d48fcc370 (diff) | |
completed course
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> |
