2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-22 13:14:03 +03:00
Files
vue-form-wizard/index.html
T
2017-04-16 12:59:43 +03:00

15 lines
441 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>webpack-vue-clean</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/themify-icons.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>