mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-31 12:43:06 -07:00
website: redesign part 3
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export function createExplorePage() {
|
||||
const main = document.createElement("main");
|
||||
main.className = "explore";
|
||||
const title = document.createElement("h1");
|
||||
title.append("Explore");
|
||||
main.append(title);
|
||||
return main;
|
||||
}
|
||||
Reference in New Issue
Block a user