feat: initial uploads and single study space view #31
@@ -2,7 +2,6 @@
|
||||
<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" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
|
||||
4
src/lib/assets/logo.svg
Normal file
4
src/lib/assets/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.9 KiB |
@@ -1,11 +1,19 @@
|
||||
<script lang="ts">
|
||||
import logoUrl from "$lib/assets/logo.svg";
|
||||
|
||||
const { children } = $props();
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Study Spaces</title>
|
||||
<link rel="icon" href={logoUrl} />
|
||||
</svelte:head>
|
||||
|
||||
{@render children?.()}
|
||||
|
||||
<style>
|
||||
:global(body) {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user