add power button html and css

This commit is contained in:
Arthur Lu
2022-12-15 18:04:20 -08:00
parent 9f4642ec81
commit b4a15c4118
2 changed files with 6 additions and 2 deletions

View File

@@ -45,8 +45,9 @@
</div>
</div>
<hr>
<div>
<div class="btn-group">
<button type="button" id="power-btn"></button>
<button type="button" id="configure-btn">Config</button>
</div>
</article>
</template>