This commit is contained in:
obvTiger 2025-01-21 14:00:09 +01:00
commit 47f67eea8c
43 changed files with 5819 additions and 0 deletions

15
src/index.bp Normal file
View file

@ -0,0 +1,15 @@
page(favicon:"/favicon.ico") {
title { "Blueprint - Modern Web UI Language" }
description { "It works!" }
keywords { "blueprint, language, web, ui, modern" }
author { "Epilogue Team" }
}
section(wide, centered) {
vertical(centered,wide) {
title(huge) { "It works!" }
text(subtle, large) { "Start using Blueprint at src/" }
text(small) { "Find examples at examples/" }
}
}