update meta and add readme

This commit is contained in:
cloudwithax 2025-02-10 13:36:06 -05:00
parent 1556515d66
commit c93796a841
4 changed files with 21 additions and 11 deletions

View File

@ -1,3 +0,0 @@
{
"template": "bolt-vite-react-ts"
}

View File

@ -1,8 +0,0 @@
For all designs I ask you to make, have them be beautiful, not cookie cutter. Make webpages that are fully featured and worthy for production.
By default, this template supports JSX syntax with Tailwind CSS classes, React hooks, and Lucide React for icons. Do not install other packages for UI themes, icons, etc unless absolutely necessary or I request them.
Use icons from lucide-react for logos.
Use stock photos from unsplash where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags.

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# How much does Google owe Russia?
This is a simple website that shows how much Google owes Russia since 2021.
The website is built with React and Vite.
## How to run it
1. Clone the repository
2. Run `npm install`
3. Run `npm run dev`
made with ❤️ by [clxud](https://github.com/clxud)

View File

@ -25,6 +25,12 @@
<!-- color --> <!-- color -->
<meta name="theme-color" content="#15192E" /> <meta name="theme-color" content="#15192E" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="How much does Google owe Russia?" />
<meta name="twitter:description" content="Find out how much Google owes Russia since 2021" />
<meta name="twitter:image" content="src/assets/og-image.png" />
<link rel="icon" type="image/ico" href="src/assets/favicon.ico" /> <link rel="icon" type="image/ico" href="src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />