deploy test

This commit is contained in:
2022-09-22 19:59:25 +02:00
parent a4e57d369c
commit b3fd6ea195
3 changed files with 10 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Svelte app</title>
<title>Coucou</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>

View File

@ -3,7 +3,7 @@ import App from './App.svelte';
const app = new App({
target: document.body,
props: {
name: 'world'
name: 'tout le monde'
}
});