feat: Add favicon, page title, and meta description for improved branding and discoverability.
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Filaprint - 3D Printer Manager</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Track your 3D prints, filament usage, and costs with Filaprint."
|
||||
/>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
||||
BIN
src/lib/assets/favicon.png
Normal file
BIN
src/lib/assets/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import "../app.css";
|
||||
import Navbar from "$lib/components/Navbar.svelte";
|
||||
import favicon from "$lib/assets/favicon.svg";
|
||||
import favicon from "$lib/assets/favicon.png";
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user