mirror of
https://github.com/ManInDark/ReactHolidays.git
synced 2026-03-09 19:39:50 +01:00
Compare commits
3 Commits
v1.0.0
...
fc349959ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
fc349959ac
|
|||
|
78602ea22d
|
|||
| c6252680f3 |
7
README.md
Normal file
7
README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# ReactHolidays
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
This is a testing project to try and gauge the capabilities of react, vite and tailwind.
|
||||||
|
|
||||||
|
The project uses the [date.nager.at API](https://date.nager.at/Api) to get a list of holidays and then visualizes it.
|
||||||
@@ -10,6 +10,15 @@
|
|||||||
<meta property="og:locale" content="de_DE" />
|
<meta property="og:locale" content="de_DE" />
|
||||||
<meta property="og:site_name" content="Holidays" />
|
<meta property="og:site_name" content="Holidays" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
<meta name="application-name" content="Holidays" />
|
||||||
|
<meta name="application-title" content="Holidays" />
|
||||||
|
<meta name="description" content="This website shows holidays of the current as well as other years." />
|
||||||
|
<meta name="author" content="ManInDark" />
|
||||||
|
<meta name="generator" content="Vite" />
|
||||||
|
<meta name="keywords" content="holidays,react,calendar,germany,deutschland,DE" />
|
||||||
|
<meta name="referrer" content="no-referrer" />
|
||||||
|
<meta name="theme-color" content="#111827" />
|
||||||
|
<meta name="color-scheme" content="dark light" />
|
||||||
</head>
|
</head>
|
||||||
<body class="dark:bg-gray-900 dark:text-white flex justify-center">
|
<body class="dark:bg-gray-900 dark:text-white flex justify-center">
|
||||||
<div class="container " id="root"></div>
|
<div class="container " id="root"></div>
|
||||||
|
|||||||
11
public/robots.txt
Normal file
11
public/robots.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: Googlebot
|
||||||
|
User-agent: Googlebot-Mobile
|
||||||
|
User-agent: Googlebot-News
|
||||||
|
User-agent: Googlebot-Video
|
||||||
|
User-agent: Storebot-Google
|
||||||
|
User-agent: Mediapartners-Google
|
||||||
|
User-agent: AdsBot-Google
|
||||||
|
Disallow:
|
||||||
Reference in New Issue
Block a user