This commit is contained in:
Andy Bunce 2021-12-25 19:43:45 +00:00
parent 33fa0366f6
commit bbd3546fad
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ n2-plus.local {
file_server browse file_server browse
} }
:8080 { n2-plus.local:8080 {
respond "I am 8080" respond "I am 8080"
} }

View File

@ -4,6 +4,6 @@
</head> </head>
<body> <body>
This is a test This is a test
<div>Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}</div>div> <div>Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}</div>
</body> </body>
</html> </html>