-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta name="description" content="Countingup is the business current account that automates accounting; For freelancers, contractors, self-employed sole traders and limited companies.">
<meta name="keywords" content="business account, current account, online accounting software, UK, sole trader, small business, entrepreneur, freelancer, contractor, limited company, startup">
<meta property="og:url" content="https://countingup.github.io/meta-tags-sandbox/"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="Countingup"/>
<meta property="og:title" content="The business account that does your books - Countingup"/>
<meta property="og:description" content="Automate your accounting with Countingup. The simpler way to run your business." />
<meta property="og:image" content="/countingup_preview.png"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:image:alt" content="The business account that does your books"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@CountingupHQ"/>
<meta name="twitter:creator" content="@CountingupHQ"/>
<meta name="twitter:title" content="The business account that does your books - Countingup"/>
<meta name="twitter:description" content="Automate your accounting with Countingup. The simpler way to run your business." />
<meta name="twitter:image" content="/countingup_preview.png"/>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700|Roboto:400,500,700" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="public/manifest.json">
<link rel="shortcut icon" href="public/favicon.ico">
<title>Countingup</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root">Hello world!</div>
</body>
</html>