Init: projet by Cursor
This commit is contained in:
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
43
public/index.html
Normal file
43
public/index.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#ff6b35" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Initial D Arcade Stage - Site de classement officiel. Consultez les meilleurs temps des pilotes du monde entier sur les circuits légendaires du Japon."
|
||||
/>
|
||||
<meta name="keywords" content="Initial D, Arcade Stage, course, automobile, classement, Japon, circuits, voitures" />
|
||||
<meta name="author" content="Initial D Team" />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://initiald-ranking.com/" />
|
||||
<meta property="og:title" content="Initial D Arcade Stage - Classement Mondial" />
|
||||
<meta property="og:description" content="Découvrez les meilleurs temps des pilotes Initial D sur les circuits légendaires du Japon." />
|
||||
<meta property="og:image" content="%PUBLIC_URL%/og-image.jpg" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://initiald-ranking.com/" />
|
||||
<meta property="twitter:title" content="Initial D Arcade Stage - Classement Mondial" />
|
||||
<meta property="twitter:description" content="Découvrez les meilleurs temps des pilotes Initial D sur les circuits légendaires du Japon." />
|
||||
<meta property="twitter:image" content="%PUBLIC_URL%/og-image.jpg" />
|
||||
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&display=swap" rel="stylesheet">
|
||||
|
||||
<title>Initial D Arcade Stage - Classement Mondial</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>Vous devez activer JavaScript pour utiliser cette application.</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
public/logo192.png
Normal file
BIN
public/logo192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/logo512.png
Normal file
BIN
public/logo512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
30
public/manifest.json
Normal file
30
public/manifest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"short_name": "Initial D",
|
||||
"name": "Initial D Arcade Stage - Classement Mondial",
|
||||
"description": "Site de classement officiel Initial D Arcade Stage. Consultez les meilleurs temps des pilotes du monde entier.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#ff6b35",
|
||||
"background_color": "#0a0a0a",
|
||||
"orientation": "portrait-primary",
|
||||
"categories": ["games", "sports", "entertainment"],
|
||||
"lang": "fr",
|
||||
"dir": "ltr"
|
||||
}
|
||||
3
public/robots.txt
Normal file
3
public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Reference in New Issue
Block a user