-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
27 lines (23 loc) · 1.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>vue-autoNumeric - An AutoNumeric wrapper for Vue.js</title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="An AutoNumeric wrapper for Vue.js">
<meta name="twitter:title" content="autoNumeric/vue-autoNumeric">
<meta name="twitter:description" content="An AutoNumeric wrapper for Vue.js">
<meta property="og:title" content="autoNumeric/vue-autoNumeric">
<meta property="og:url" content="https://github.com/autoNumeric/vue-autoNumeric/">
<meta property="og:description" content="An AutoNumeric wrapper for Vue.js">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tachyons/4.6.1/tachyons.min.css" integrity="sha256-eu1dpzpUytdOAUmB67Qi3mBb6HFjruP8BoAzk4lKiSc=" crossorigin="anonymous"/>
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/autonumeric"></script>
<script src="js/examples.bundle.js"></script>
</body>
</html>