-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathindex.html
executable file
·33 lines (30 loc) · 1.52 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
<!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.0">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@janiskelemen" />
<meta name="twitter:title" content="FormVuelar">
<meta name="twitter:description" content="Vue form components with server side validation in mind.">
<meta name="twitter:image" content="https://janiskelemen.github.io/formvuelar/example/twitter_card_image_wide.png">
<meta property="og:url" content="https://janiskelemen.github.io/formvuelar/" />
<meta property="og:title" content="FormVuelar" />
<meta property="og:description" content="Vue form components with server side validation in mind." />
<meta property="og:image" content="https://janiskelemen.github.io/formvuelar/example/og_image.png" />
<link rel="icon" type="image/png" href="/formvuelar/example/favicon16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/formvuelar/example/favicon32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/formvuelar/example/favicon64x64.png" sizes="64x64">
<script type="module" src="/src/main.js"></script>
<title>FormVuelar</title>
</head>
<body>
<noscript>
<strong>We're sorry but formvuelar doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>