forked from kode-team/easylogic.studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (57 loc) · 2.95 KB
/
index.html
File metadata and controls
63 lines (57 loc) · 2.95 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:400@WEIGHT_OR_RANGE&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-139740394-1"
></script>
<!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services -->
<link rel="icon" href="icon.png" sizes="128x128">
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-139740394-1");
</script>
<script>
(function(j,en,ni,fer) {
j['dmndata']=[];j['jenniferFront']=function(args){window.dmndata.push(args)};
j['dmnaid']=fer;j['dmnatime']=new Date();j['dmnanocookie']=false;j['dmnajennifer']='JENNIFER_FRONT@INTG';
var b=Math.floor(new Date().getTime() / 60000) * 60000;var a=en.createElement(ni);
a.src='https://d-collect.jennifersoft.com/'+fer+'/demian.js?'+b;a.async=true;
en.getElementsByTagName(ni)[0].parentNode.appendChild(a);
}(window,document,'script','cc474308-b29c-af41-7393-409d285dca6e'));
</script>
<meta charset="utf-8" />
<title>Fantastic Web Design Tool</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<meta name="description" content="You can make simply web with Web editor. "/>
<meta name="keywords" content="html5,css,svg,editor">
<meta name="author" content="easylogic">
<meta property="og:title" content="Fantastic Web Design Tool" />
<meta property="og:type" content="website" />
<meta property="og:description" content="You can make simply web with Web editor. " />
<meta property="og:url" content="https://www.easylogic.studio" />
<meta property="og:image" content="https://www.easylogic.studio/images/editor.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.easylogic.studio">
<meta property="twitter:title" content="Fantastic Web Design Tool">
<meta property="twitter:description" content="You can make simply web with Web editor. ">
<meta property="twitter:image" content="https://www.easylogic.studio/images/editor.png">
<script src='https://unpkg.com/shiki'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.0/beautify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.0/beautify-css.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.0/beautify-html.min.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>