mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
19 lines
370 B
HTML
19 lines
370 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Iris SPA Router Example</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app">
|
|
</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
|
|
</html> |