src/index.html
<html>
<script>
(function () {
window['_app_base'] = window.location.pathname;
})();
</script>
<head>
<title>Ultimate Comparison</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<myapp>Loading...</myapp>
</body>
<link rel="stylesheet" type="text/css" href="style.css" media="screen"/>
</html>