-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
23 lines (23 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@yeger/vue2-masonry-wall</title>
<meta name="description" content="Responsive masonry layout with SSR support and zero dependencies for Vue 2." />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<meta property="og:title" content="@yeger/vue2-masonry-wall" />
<meta
property="og:description"
content="Responsive masonry layout with SSR support and zero dependencies for Vue 2."
/>
<meta property="og:url" content="https://vue2-masonry-wall.yeger.eu/" />
<meta property="og:image" content="https://vue2-masonry-wall.yeger.eu/logo.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>