build
mock
plop-templates
public
bussinesslady.png
coder.png
favicon.ico
frontend.png
grafiks.png
index.html
joe.png
support.png
src
tests
.drone.yml
.editorconfig
.env.development
.env.production
.env.staging
.eslintignore
.eslintrc.js
.gitignore
README.md
babel.config.js
jest.config.js
jsconfig.json
package.json
plopfile.js
postcss.config.js
vue.config.js
20 lines
553 B
HTML
20 lines
553 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<script src="https://joinbot.tk/bot/assets/modules/channel-web/inject.js"></script>
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<title><%= webpackConfig.name %></title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html>
|