36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||
<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."
|
||
/>
|
||
<link rel="manifest" href="/manifest.json"/>
|
||
|
||
|
||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||
<title>WrenchBoard</title>
|
||
|
||
<!-- FONT AWESOME -->
|
||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.5.1/css/all.css"/>
|
||
</head>
|
||
<body>
|
||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
<div id="root"></div>
|
||
</body>
|
||
</html>
|