This commit is contained in:
Kenneth Jannette
2023-04-21 01:52:43 -05:00
parent d0405a00eb
commit 658eaa15b2
14 changed files with 352 additions and 6 deletions

31
build/index.html Normal file
View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/var/www/fne/sf/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="/var/www/fne/sf/logo192.png" />
<link
rel="manifest"
href="http://www.findandexec.com/var/www/fne/sf/manifest.json"
/>
<title>SalesFlow Vehicle Inventory Control</title>
<script
defer="defer"
src="http://www.findandexec.com/var/www/fne/sf/static/js/main.74991570.js"
></script>
<link
href="http://www.findandexec.com/var/www/fne/sf/static/css/main.6f125b56.css"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>