initial release
This commit is contained in:
16
bizmatch/src/index.html
Normal file
16
bizmatch/src/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user