diff options
| author | toufic ar <contact@toufy.me> | 2026-07-07 18:29:43 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-07-07 18:29:43 +0300 |
| commit | f7da804e40b990e5f1ee2214a2e2e4984d704f16 (patch) | |
| tree | afec975241b8feaf40c72c924217a6a724461c51 /src/app.html | |
| download | website-f7da804e40b990e5f1ee2214a2e2e4984d704f16.tar.gz website-f7da804e40b990e5f1ee2214a2e2e4984d704f16.zip | |
initial commit
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/app.html b/src/app.html new file mode 100644 index 0000000..640631b --- /dev/null +++ b/src/app.html @@ -0,0 +1,14 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <meta + name="viewport" + content="width=device-width, initial-scale=1" + /> + %sveltekit.head% + </head> + <body> + <main style="display: contents">%sveltekit.body%</main> + </body> +</html> |
