Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 9ed532f

Browse files
committed
chore: index.html
1 parent 277f5d2 commit 9ed532f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Vue Diff</title>
7+
<meta name="description" content="VueJS diff viewer plugin" />
8+
<meta property="og:title" content="Vue Diff" />
9+
<meta property="og:description" content="VueJS diff viewer plugin" />
10+
<meta name="keywords" content="Vue diff, VueJS diff, Vue diff plugin, VueJS diff plugin, Vue diff viewer, VueJS diff viewer, diff viewer" />
711
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
812
<meta name="google-site-verification" content="u7XrdGhKnDkPIIw867fVSCqMet0sjBwyu5aYpy8stuQ" />
913
</head>
1014
<body class="bg-gray-900">
1115
<div class="p-12">
12-
<h1 class="text-3xl font-extrabold text-gray-100">
13-
Vue Diff
16+
<div class="text-3xl font-extrabold text-gray-100">
17+
<h1 class="inline-block">Vue Diff</h1>
1418
<!-- Place this tag where you want the button to render. -->
1519
<span style="display: inline-block; line-height: 0; margin: -4px 0 0 10px; vertical-align: middle; font-size: 0;">
1620
<a class="github-button" href="https://github.com/hoiheart/vue-diff" data-color-scheme="no-preference: dark; light: dark; dark: dark;" data-size="large" data-show-count="true" aria-label="Star hoiheart/vue-diff on GitHub">Star</a>
1721
</span>
18-
</h1>
22+
</div>
1923
<div id="app"></div>
2024
</div>
2125
<script type="module" src="/dev/main.ts"></script>

0 commit comments

Comments
 (0)