update meta and add readme
This commit is contained in:
parent
1556515d66
commit
c93796a841
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"template": "bolt-vite-react-ts"
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
@ -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)
|
||||
|
|
@ -25,6 +25,12 @@
|
|||
<!-- color -->
|
||||
<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" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue