con titulo y favicon

pull/4/head
Borja Robert 2 years ago
parent 9c70564063
commit 7c35fcb70e

@ -1,12 +1,15 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="es">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> <link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
%sveltekit.head% %sveltekit.head%
</head> </head>
<body> <body>
<div>%sveltekit.body%</div> <div>%sveltekit.body%</div>
</body> </body>
</html> </html>

@ -1,11 +1,14 @@
<script> <script>
import Form from '$lib/form/Form.svelte' import Form from '$lib/form/Form.svelte';
import Preview from '$lib/preview/Preview.svelte' import Preview from '$lib/preview/Preview.svelte';
</script> </script>
<svelte:head> <svelte:head>
<title>Home</title> <title>Carteles DMD</title>
<meta name="description" content="Svelte demo app" /> <meta
name="description"
content="Aplicación para la generación automática de carteles de actividades de DMD"
/>
</svelte:head> </svelte:head>
<div class="main"> <div class="main">

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
Loading…
Cancel
Save