-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (65 loc) · 2.52 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HerbaList Playground</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
<!-- <script src="node_modules/awesomplete/awesomplete.min.js"></script> -->
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap@next/dist/css/bootstrap.min.css"/>
<!-- <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css"/> -->
<!-- <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/vue-multiselect.min.css"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet">
<!-- <link rel="stylesheet" href="node_modules/awesomplete/awesomplete.css"></script> -->
<script>
//var root = location.protocol + '//' + location.host;
//console.log(location.protocol);
//console.log(location.host);
//$('head').append('<script src="'+root+'/node_modules/awesomplete/awesomplete.min.js"><//script>');
//$('head').append('<link rel="stylesheet" href="'+root+'/node_modules/awesomplete/awesomplete.css"><//script>');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5433091806002701",
enable_page_level_ads: true
});
</script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<style>
body {
/*background-repeat: no-repeat;*/
/*background-position: top center;*/
background-color: #666;
/* border: 1px solid; */
/* height: 100vh; */
/* min-height: 1024px; */
display: flex;
justify-content: center;
align-items: : center
}
.center {
}
}
</style>
</head>
<body>
<!-- facebook share code -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.10";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- facebook share code - END -->
<div id="app" class="center"></div>
<!-- <script src="/dist/build.js"></script> -->
</body>
</html>
<script>
// $.getJSON('//freegeoip.net/json/?callback=?', function(data) {
// console.log(JSON.stringify(data, null, 2));
// });
</script>