Files
smartbar/pages/cover.html

10 lines
169 B
HTML
Raw Normal View History

2025-08-10 17:17:01 -07:00
<style>
2025-08-10 17:36:57 -07:00
#cover-page {
2025-08-10 17:17:01 -07:00
background-color: green;
}
</style>
2025-08-10 17:36:57 -07:00
<div id="cover-page" class="page-base">
<h1>Smart Bar</h1>
welcome to smart bar
</div>