-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
executable file
·37 lines (31 loc) · 1.4 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description"
content="Baaz Framework is an open source UI toolkit for building performant, high-quality mobile and desktop apps using web technologies — HTML, CSS, and JavaScript — with integrations for popular frameworks like React.">
<meta name="keywords"
content="HTML, CSS, JavaScript, React, PWA, React Modules, UI kits, UI kits react, React UI components, React Components, React Frameworks, React PWA ">
<meta name="author" content="Baaz Framework">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#7a0088">
<link rel="manifest" href="/static/manifest.json">
<title>
<%= PWA_NAME %>
</title>
<link rel="apple-touch-icon" href="/static/icons/icon-72x72.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/icon-192x192.png">
</head>
<body>
<div id="container"></div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168014136-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-168014136-2');
</script>
</body>
</html>