Skip to content

Commit 0eb7650

Browse files
committed
new bare bone html page (nothing in it)
1 parent feb0daf commit 0eb7650

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_layouts/dev-ui.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: base
3+
---
4+
<div class="quarkus-homepage">
5+
<h1>
6+
dev-ui
7+
</h1>
8+
</div>

dev-ui.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: dev-ui
3+
title: Developer UI
4+
subtitle: Explore the features and capabilities of the Developer UI.
5+
permalink: /dev-ui/
6+
---

0 commit comments

Comments
 (0)