forked from buzzert/smartbar
10 lines
169 B
HTML
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> |