-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (28 loc) · 978 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search Form</title>
<link rel="stylesheet" href="/css/sa_widget.css">
</head>
<body>
<script src="//localhost:3000/js/sdk.js" type="application/javascript" charset="utf-8"></script>
<div id="app"></div>
<div id="as_widget"></div>
<!-- <script src="/js/vendors.js" type="text/javascript" charset="utf-8"></script> -->
<!-- <script src="/js/index.js" type="application/javascript" charset="utf-8"></script> -->
<script type="application/javascript" charset="utf-8">
AS.init({
appId: '12345',
id: 'as_widget',
// button_color: 'red',
// bg_color: 'aqua',
// font_color: 'green',
locale: 'en',
version: 'v1.0'
});
</script>
</body>
</html>