Re-organized files
This commit is contained in:
parent
ea7be8fb39
commit
621faea4c2
53 changed files with 1434 additions and 1059 deletions
|
|
@ -1,12 +1,10 @@
|
|||
---
|
||||
import Navbar from '../components/Navbar/Navbar.tsx'
|
||||
import Navbar from '../components/Navbar/Navbar'
|
||||
import { Background, HTML } from '../../fwt'
|
||||
const { title } = Astro.props
|
||||
|
||||
const websiteName = 'AIO Tools'
|
||||
const websiteDescription = 'All-in-One Tools for Everyone'
|
||||
|
||||
import Background from '../../fwt/components/Background/Background'
|
||||
import HTML from '../../fwt/components/HTML/HTML'
|
||||
---
|
||||
|
||||
<HTML title={title} name={websiteName} description={websiteDescription} font="inter">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue