mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-05-17 05:09:37 +03:00
1088e57362
Support any kind of icons and display numbers if icons are not provided Getting rid of many bootstrap dependencies: progress-bar, navs (WIP for buttons)
15 lines
448 B
HTML
15 lines
448 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>
|