2017-08-24 11:16:07 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2017-08-31 20:52:15 +02:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="vue-app">
|
|
|
|
<app></app>
|
|
|
|
</div>
|
2017-09-01 17:49:37 +02:00
|
|
|
<script src="build/main.bundle.js"></script>
|
2017-08-31 20:52:15 +02:00
|
|
|
</body>
|
|
|
|
|
2017-08-24 11:16:07 +02:00
|
|
|
</html>
|