Update index.html
Browse files- index.html +12 -1
index.html
CHANGED
@@ -2,6 +2,15 @@
|
|
2 |
<html lang="ja" class="h-100">
|
3 |
|
4 |
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
<meta charset="utf-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7 |
<meta name="description" content="Gal-Game UI Editor">
|
@@ -34,6 +43,7 @@
|
|
34 |
margin: 0.5rem;
|
35 |
padding: 0;
|
36 |
}
|
|
|
37 |
#left {
|
38 |
background-repeat: no-repeat;
|
39 |
background-position: center bottom;
|
@@ -347,7 +357,8 @@
|
|
347 |
<div class="collapse" id="collapseExample">
|
348 |
<div class="input-group">
|
349 |
<span class="input-group-text bg-secondary text-light">font-family</span>
|
350 |
-
<input name="fontFamilyInput" type="text" class="form-control" id="fontFamilyInput"
|
|
|
351 |
</div>
|
352 |
<div class="input-group">
|
353 |
<span class="input-group-text bg-secondary text-light">StrokeColor</span>
|
|
|
2 |
<html lang="ja" class="h-100">
|
3 |
|
4 |
<head>
|
5 |
+
<!-- Google tag (gtag.js) -->
|
6 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HWSPDD19EL"></script>
|
7 |
+
<script>
|
8 |
+
window.dataLayer = window.dataLayer || [];
|
9 |
+
function gtag() { dataLayer.push(arguments); }
|
10 |
+
gtag('js', new Date());
|
11 |
+
|
12 |
+
gtag('config', 'G-HWSPDD19EL');
|
13 |
+
</script>
|
14 |
<meta charset="utf-8">
|
15 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
16 |
<meta name="description" content="Gal-Game UI Editor">
|
|
|
43 |
margin: 0.5rem;
|
44 |
padding: 0;
|
45 |
}
|
46 |
+
|
47 |
#left {
|
48 |
background-repeat: no-repeat;
|
49 |
background-position: center bottom;
|
|
|
357 |
<div class="collapse" id="collapseExample">
|
358 |
<div class="input-group">
|
359 |
<span class="input-group-text bg-secondary text-light">font-family</span>
|
360 |
+
<input name="fontFamilyInput" type="text" class="form-control" id="fontFamilyInput"
|
361 |
+
value="">
|
362 |
</div>
|
363 |
<div class="input-group">
|
364 |
<span class="input-group-text bg-secondary text-light">StrokeColor</span>
|