16 lines
530 B
Text
16 lines
530 B
Text
---
|
|
title: Welcome to my page
|
|
---
|
|
|
|
<html>
|
|
<head>
|
|
<title>{{ title }}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{ title }}</h1>
|
|
<p>This is an example of a static site generated by <a href="https://lume.land/">Lume</a> on Deno Deploy.</p>
|
|
<p>The <a href="/api/time">/api/time</a> endpoint dynamically returns the current time.</p>
|
|
<p>You can find the source code for this site <a href="https://git.froth.zone/sam/drone-deploy-example">on GitHub</a>.</p>
|
|
<p>This is an example of a pull request.</p>
|
|
</body>
|
|
</html>
|