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>
<meta charset="utf-8" /> <head>
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <link rel="icon" href="%sveltekit.assets%/favicon.ico" />
%sveltekit.head% <meta name="viewport" content="width=device-width" />
</head> %sveltekit.head%
<body> </head>
<div>%sveltekit.body%</div>
</body> <body>
<div>%sveltekit.body%</div>
</body>
</html> </html>

@ -1,33 +1,36 @@
<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">
<section class="form"><Form /></section> <section class="form"><Form /></section>
<section class="preview"><Preview /></section> <section class="preview"><Preview /></section>
</div> </div>
<style> <style>
.main { .main {
display: grid; display: grid;
grid-template-columns: minmax(200px, 1fr) minmax(480px, min-content); grid-template-columns: minmax(200px, 1fr) minmax(480px, min-content);
grid-gap: 0.5rem; grid-gap: 0.5rem;
min-height: calc(100vh - 5rem); min-height: calc(100vh - 5rem);
} }
.form { .form {
grid-column: 1/2; grid-column: 1/2;
background-color: rgb(230,240,240); background-color: rgb(230, 240, 240);
} }
.preview { .preview {
grid-column: 2/3; grid-column: 2/3;
min-height: 200px; min-height: 200px;
background-color: rgb(240,238,240); background-color: rgb(240, 238, 240);
} }
</style> </style>

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