Browse Source

Centered the button

pull/1/head
Ravi Shah 5 years ago
parent
commit
3684bdfe2e
  1. 4
      templates/index.html

4
templates/index.html

@ -19,13 +19,13 @@
</div>
<div class="column" style="background-color:#ddd">
<p style="font-size:25px; text-align:center;">Trigger the garage door opener.</p>
<div style="text-align: center; display:block;">
<div style="text-align: center; display:block; float:none;">
<a class="active" href="/open-garage">{{ OpenOrClose }}</a>
</div>
</div>
</div>
<div class="header" style="padding: 10px 10px;">
<p style="text-align:center;">Made with &#10084;&#65039; by <a href="https://www.yeetpc.com/about.html">Ravi Shah</a></p>
<p style="text-align:center;">Made with &#10084;&#65039; by <p><a href="https://www.yeetpc.com/about.html">Ravi Shah</a></p></p>
</div>
</body>
</html>
Loading…
Cancel
Save