Implement repository-driven theme rendering
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user