Spaces:
Runtime error
Runtime error
Add files via upload
Browse files
frontend/public/favicon.ico
ADDED
|
frontend/public/index.html
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<!-- Google tag (gtag.js) -->
|
5 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EYF7NF0F5L"></script>
|
6 |
+
<script>
|
7 |
+
window.dataLayer = window.dataLayer || [];
|
8 |
+
function gtag(){dataLayer.push(arguments);}
|
9 |
+
gtag('js', new Date());
|
10 |
+
|
11 |
+
gtag('config', 'G-EYF7NF0F5L');
|
12 |
+
</script>
|
13 |
+
<meta charset="utf-8" />
|
14 |
+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
15 |
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
16 |
+
<meta name="theme-color" content="#000000" />
|
17 |
+
<meta
|
18 |
+
name="description"
|
19 |
+
content="AI Vulnerability detection"
|
20 |
+
/>
|
21 |
+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
22 |
+
<!--
|
23 |
+
manifest.json provides metadata used when your web app is installed on a
|
24 |
+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
25 |
+
-->
|
26 |
+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
27 |
+
<!--
|
28 |
+
Notice the use of %PUBLIC_URL% in the tags above.
|
29 |
+
It will be replaced with the URL of the `public` folder during the build.
|
30 |
+
Only files inside the `public` folder can be referenced from the HTML.
|
31 |
+
|
32 |
+
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
33 |
+
work correctly both with client-side routing and a non-root public URL.
|
34 |
+
Learn how to configure a non-root public URL by running `npm run build`.
|
35 |
+
-->
|
36 |
+
<title>Guard AI</title>
|
37 |
+
</head>
|
38 |
+
<body>
|
39 |
+
<noscript>You need to enable JavaScript to run this app.</noscript>
|
40 |
+
<div id="root"></div>
|
41 |
+
<!--
|
42 |
+
This HTML file is a template.
|
43 |
+
If you open it directly in the browser, you will see an empty page.
|
44 |
+
|
45 |
+
You can add webfonts, meta tags, or analytics to this file.
|
46 |
+
The build step will place the bundled scripts into the <body> tag.
|
47 |
+
|
48 |
+
To begin the development, run `npm start` or `yarn start`.
|
49 |
+
To create a production bundle, use `npm run build` or `yarn build`.
|
50 |
+
-->
|
51 |
+
</body>
|
52 |
+
</html>
|
frontend/public/logo192.png
ADDED
![]() |
frontend/public/logo512.png
ADDED
![]() |
frontend/public/private-data-demo.xlsx
ADDED
Binary file (9.57 kB). View file
|
|
frontend/public/robots.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# https://www.robotstxt.org/robotstxt.html
|
2 |
+
User-agent: *
|
3 |
+
Disallow:
|