18 lines
563 B
HTML
18 lines
563 B
HTML
<!doctype html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Website Engine Demo</title>
|
|
<link rel="stylesheet" href="/assets/styles/theme.css">
|
|
</head>
|
|
<body>
|
|
<main class="standalone-demo">
|
|
<p class="eyebrow">Published file</p>
|
|
<h1>Repository bytes, published unchanged</h1>
|
|
<p>This page is declared by <code>projects.yml</code> and copied from the pinned source commit.</p>
|
|
<p><a href="/project/website-engine-control-plane/">Return to the project</a></p>
|
|
</main>
|
|
</body>
|
|
</html>
|