Files
WrenchBoardMainSite/public/index.html
T
CHIEFSOFT\ameye 3586b01756 google anayltical
2024-01-27 14:47:37 -05:00

119 lines
3.8 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="WrenchBoard.com is the place to set family goals and reward achievements. Find tasks to earn from, or send tasks for others to perform for you."
/>
<meta
name="title"
content="WrenchBoard: Reward Accomplishments | Get Family Engaged"
/>
<meta
name="keywords"
content="Empower families to reward accomplishment, set goals, and encourage kids to understand goals, earning, and the benefit of savings in one app experience."
/>
<meta property="og:image" content="%PUBLIC_URL%/favicon-32x32.png" />
<meta
property="business:contact_data:street_address"
content="Cumberland Pkwy"
/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link type="image/png" rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- Preload Font Awesome -->
<link
rel="preload"
href="//use.fontawesome.com/releases/v6.4.2/css/all.css"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
<link
rel="stylesheet"
href="//use.fontawesome.com/releases/v6.4.2/css/all.css"
/>
</noscript>
<title>WrenchBoard</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WB8G0ZD483"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WB8G0ZD483');
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<!-- <script>-->
<!-- (function (i, s, o, g, r, a, m) {-->
<!-- i["GoogleAnalyticsObject"] = r;-->
<!-- (i[r] =-->
<!-- i[r] ||-->
<!-- function () {-->
<!-- (i[r].q = i[r].q || []).push(arguments);-->
<!-- }),-->
<!-- (i[r].l = 1 * new Date());-->
<!-- (a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);-->
<!-- a.async = 1;-->
<!-- a.src = g;-->
<!-- m.parentNode.insertBefore(a, m);-->
<!-- })(-->
<!-- window,-->
<!-- document,-->
<!-- "script",-->
<!-- "https://www.google-analytics.com/analytics.js",-->
<!-- "ga"-->
<!-- );-->
<!-- ga("create", "UA-54829827-4", "auto");-->
<!-- ga("send", "pageview");-->
<!-- </script>-->
<script>
var LHC_API = LHC_API || {};
LHC_API.args = {
mode: "widget",
lhc_base_url: "//chat.live.wrenchboard.com/",
wheight: 450,
wwidth: 350,
pheight: 520,
pwidth: 500,
leaveamessage: true,
check_messages: false,
};
(function () {
var po = document.createElement("script");
po.type = "text/javascript";
po.setAttribute("crossorigin", "anonymous");
po.async = true;
var date = new Date();
po.src =
"//chat.live.wrenchboard.com/design/defaulttheme/js/widgetv2/index.js?" +
("" + date.getFullYear() + date.getMonth() + date.getDate());
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(po, s);
})();
</script>
</html>