release
This commit is contained in:
commit
47f67eea8c
43 changed files with 5819 additions and 0 deletions
15
src/index.bp
Normal file
15
src/index.bp
Normal 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/" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue