First iteration for structure
BIN
public/background/1.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
public/background/2.jpg
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
public/background/3.jpg
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
public/background/4.jpg
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 7.4 KiB |
20
public/index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
||||
<title>RodiVert</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>
|
||||
You need to enable JavaScript to run this app.
|
||||
</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
BIN
public/logo.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
15
public/manifest.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
BIN
public/plan.jpg
Normal file
After Width: | Height: | Size: 93 KiB |