[mod] move links
This commit is contained in:
parent
8d47b8c9c3
commit
b001d124f6
6 changed files with 7 additions and 2 deletions
18
caddy/site/links/index.html
Normal file
18
caddy/site/links/index.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue