This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
fotochallenge/src/app.html

14 lines
393 B
HTML
Raw Normal View History

2024-07-17 00:26:05 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2024-08-16 18:08:49 +02:00
<title>Gabi und Hannes Fotochallenge</title>
2024-07-17 00:26:05 +02:00
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>