initial release

This commit is contained in:
2024-02-29 10:23:41 -06:00
commit 5146c8e919
210 changed files with 11040 additions and 0 deletions

16
bizmatch/src/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bizmatch</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- <link rel="icon" type="image/x-icon" href="favicon.ico"> -->
<link rel="icon" href="cropped-Favicon-32x32.png" sizes="32x32">
<link rel="icon" href="cropped-Favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="cropped-Favicon-180x180.png">
</head>
<body>
<app-root></app-root>
</body>
</html>