-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
35 lines (31 loc) · 1.83 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ASW | Form Builder</title>
<meta name="description"
content="ASW Form Builder helps you with rapid development and designed web forms which includes several controls. Form Builder is compatible with the latest version of Angular and Angular Material.">
<meta name="keywords"
content="ASW form builder, form builder, angular, material design, material, bootstrap, angular material, web, ui, components, responsive, accessibility, typescript, css, mobile web, open source">
<meta name="author" content="Anish Sharma">
<!--Twitter card metadata-->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@asoftwareworld" />
<meta name="twitter:creator" content="@asoftwareworld" />
<meta name="twitter:title" content="ASW Form Builder" />
<meta name="twitter:description"
content="ASW Form Builder helps you with rapid development and designed web forms which includes several controls." />
<meta name="twitter:image" content="assets/img/site-preview.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700,300|Material+Icons|Material+Icons+Outlined"
rel="stylesheet" type="text/css">
</head>
<body class="mat-typography">
<asw-root></asw-root>
<script type="text/javascript" async="" defer="" src="https://maps.googleapis.com/maps/api/js?key=API_KEY&libraries=places"></script>
</body>
</html>