Skip to content

Commit

Permalink
Home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sin22766 committed Jul 16, 2023
1 parent 4dfbdc0 commit 96e42dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<svelte:head>
<title>TOOCHAE</title>
</svelte:head>

<a href="/fridge">Go to fridge</a>
<div class="flex flex-col h-screen w-screen items-center justify-around">
<div class="text-center w-screen flex justify-center">
<img class="max-w-[80%]" src="/banner-logo.png" alt="Banner" />
</div>

<a href="/fridge" class="text-main text-3xl text-400">Go to fridge</a>
</div>
Binary file added static/banner-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96e42dc

Please sign in to comment.