Restructuring docker project
BIN
frontend/public/android-chrome-192x192.png
Executable file
|
After Width: | Height: | Size: 24 KiB |
BIN
frontend/public/android-chrome-512x512.png
Executable file
|
After Width: | Height: | Size: 90 KiB |
BIN
frontend/public/apple-touch-icon.png
Executable file
|
After Width: | Height: | Size: 22 KiB |
BIN
frontend/public/favicon-16x16.png
Executable file
|
After Width: | Height: | Size: 710 B |
BIN
frontend/public/favicon-32x32.png
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
frontend/public/favicon.ico
Executable file
|
After Width: | Height: | Size: 15 KiB |
BIN
frontend/public/header-logo.png
Executable file
|
After Width: | Height: | Size: 82 KiB |
22
frontend/public/index.html
Executable file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#FFFFFFFF" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Firegex by Pwnzer0tt1"
|
||||
/>
|
||||
<title>Firegex</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
3
frontend/public/robots.txt
Executable file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
1
frontend/public/site.webmanifest
Executable file
@@ -0,0 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||