forked from buefy/buefy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (47 loc) · 2.77 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Buefy is a lightweight library of responsive UI components for Vue.js based on Bulma framework and design.">
<% for (var chunk of webpack.chunks) {
for (var file of chunk.files) {
if (file.match(/\.(js|css)$/)) { %>
<link rel="<%= chunk.initial?'preload':'prefetch' %>" href="<%= htmlWebpackPlugin.files.publicPath + file %>" as="<%= file.match(/\.css$/)?'style':'script' %>">
<% }}} %>
<link rel="canonical" href="https://buefy.org">
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png">
<link rel="manifest" href="/static/manifest.json">
<link rel="mask-icon" href="/static/img/icons/safari-pinned-tab.svg" color="#7957D5">
<link rel="shortcut icon" href="/static/img/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#603CBA">
<meta name="msapplication-config" content="/static/browserconfig.xml">
<meta name="theme-color" content="#7957D5">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://buefy.org">
<meta property="og:title" content="Buefy: lightweight UI components for Vue.js based on Bulma">
<meta property="og:site_name" content="Buefy">
<meta property="og:description" content="Buefy is a lightweight library of responsive UI components for Vue.js based on Bulma framework and design.">
<meta property="og:image" content="https://buefy.org/static/img/buefy-banner.png">
<meta property="og:image:type" content="image/jpeg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@rafaelpimpa">
<meta name="twitter:title" content="Buefy: lightweight UI components for Vue.js based on Bulma">
<meta name="twitter:description" content="Buefy is a lightweight library of responsive UI components for Vue.js based on Bulma framework and design.">
<meta name="twitter:image" content="https://buefy.org/static/img/buefy-banner.png">
<title>Buefy: lightweight UI components for Vue.js based on Bulma</title>
</head>
<body>
<noscript>
This website needs JavaScript enabled to work correctly.
</noscript>
<div id="app"></div>
<!-- Todo: only include in production -->
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
<!-- built files will be auto injected -->
</body>
</html>