mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(website): page titles
This commit is contained in:
parent
8f7468cd60
commit
3c21d97a8a
@ -2,6 +2,13 @@
|
||||
import DownloadNow from "./download-now.svelte";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Trilium Notes</title>
|
||||
<!-- TODO: description?
|
||||
<meta name="description" content="This is where the description goes for search engines" />
|
||||
-->
|
||||
</svelte:head>
|
||||
|
||||
<section class="relative overflow-hidden bg-gradient-to-br from-white to-violet-50">
|
||||
<!-- Bokeh background circles -->
|
||||
<div class="absolute inset-0 pointer-events-none z-0">
|
||||
|
@ -7,6 +7,13 @@
|
||||
let architecture = getArchitecture();
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Trilium Notes: Download</title>
|
||||
<!-- TODO: description?
|
||||
<meta name="description" content="This is where the description goes for search engines" />
|
||||
-->
|
||||
</svelte:head>
|
||||
|
||||
<div class="bg-gray-50 py-20">
|
||||
<section class="max-w-6xl mx-auto px-4">
|
||||
<h2 class="text-4xl font-bold text-center text-gray-900 mb-12">Download the desktop application</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user