19 lines
370 B
HTML
Raw Normal View History

2020-11-07 12:49:14 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2020-11-07 12:49:14 +02:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iris SPA Router Example</title>
</head>
<body>
2020-11-07 12:49:14 +02:00
<div id="app">
</div>
2020-11-07 12:49:14 +02:00
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="./index.js"></script>
</body>
</html>