Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcfab0fc

Browse files
committed
Added index.html for docs
1 parentf9cca1d commitcfab0fc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎public/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<metacharset="utf-8">
5+
<metaname="viewport"content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
6+
<linkrel="icon"href="https://vuejs.org/images/logo.png"type="image/png">
7+
<title>Vue Tiny Pagination</title>
8+
<!-- Global site tag (gtag.js) - Google Analytics -->
9+
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=UA-60687969-1"></script>
10+
<script>
11+
window.dataLayer=window.dataLayer||[];
12+
functiongtag(){dataLayer.push(arguments);}
13+
gtag('js',newDate());
14+
gtag('config','UA-60687969-1');
15+
</script>
16+
</head>
17+
<body>
18+
<divid="app"></div>
19+
<scriptsrc="dist/build.js"></script>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp