-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (40 loc) · 2.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="shortcut icon" href="https://StephanSmith.solutions/favicon.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite-min.css" />
<meta name="theme-color" content="#317EFB" />
<meta name="robots" content="index, follow">
<meta name="description" content="Accelerator+Algolia Search UI POC for networking signals.">
<link rel="apple-touch-icon" sizes="180x180" href="https://StephanSmith.solutions/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://StephanSmith.solutions/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://StephanSmith.solutions/assets/favicon/favicon-16x16.png">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CGYW035CZB"></script>
<script>
if (window.location.hostname !== "localhost" && window.location.hostname !== "127.0.0.1") {
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-CGYW035CZB');
} else {
console.log('GA is off.');
}
</script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<title>Investment Fund Search</title>
</head>
<body>
<noscript>You will need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="src/index.tsx"></script>
<footer style="text-align: center; background-color: #EFEFEF; padding: 10px; width: 100%; font-size: 13px; border-top: 1px solid #DFDFDF;">
<a href="https://StephanSmith.solutions" target="_blank">Stephan Smith Solutions</a>
|
<a href="https://StephanSmith.Solutions/startup_resources" target="_blank">More Startup Resources</a>
<br>
<Br>
</footer>
</body>
</html>