Files
smartbar/pages/cover.html
2025-08-10 17:36:57 -07:00

10 lines
169 B
HTML

<style>
#cover-page {
background-color: green;
}
</style>
<div id="cover-page" class="page-base">
<h1>Smart Bar</h1>
welcome to smart bar
</div>