[mod] move links

This commit is contained in:
Andy Bunce 2021-12-26 15:18:28 +00:00
parent 8d47b8c9c3
commit b001d124f6
6 changed files with 7 additions and 2 deletions

View file

@ -1,18 +0,0 @@
<html>
<head>
<meta charset="utf-8" />
<title>Caddy test</title>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>
This is a test
<div>Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}</div>
<div id="app">
<button v-on:click="load">hits {{ hits }}</button>
<div> {{ message }}</div>
<pre>{{ json }}</pre>
</div>
<script src="index.js"></script>
</body>
</html>