Skip to content

Commit cfab0fc

Browse files
committed
Added index.html for docs
1 parent f9cca1d commit cfab0fc

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+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
6+
<link rel="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+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-60687969-1"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
gtag('config', 'UA-60687969-1');
15+
</script>
16+
</head>
17+
<body>
18+
<div id="app"></div>
19+
<script src="dist/build.js"></script>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)