14 lines
503 B
HTML
14 lines
503 B
HTML
|
|
|
|
<html>
|
|
<head>
|
|
<title>Welcome to my page</title>
|
|
<link rel="stylesheet" href="https://unpkg.com/missing.css@1.1.1">
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to my page</h1>
|
|
<p>This is an example of a static site generated 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 my Gitea instance</a>.</p>
|
|
</body>
|
|
</html>
|