Skip to content

Commit

Permalink
💄 style: Update footer text
Browse files Browse the repository at this point in the history
- Update footer text in `cubefx.ino`
- Update footer text in `installer/index.html`
  • Loading branch information
Cp0204 committed Jul 13, 2024
1 parent 07c6565 commit 4b41397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cubefx/cubefx.ino
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static const char htmlIndex[] PROGMEM = R"(<!DOCTYPE html>
<li><a href='/wifi/off'>WiFiAP TurnOff</a></li>
<li><a href='/update'>Firmware Update</a></li>
</ul>
<p>Developed by: <a href='https://github.com/Cp0204/CubeFX'>Cp0204</a></p>
<i>Made with ❤️ by Cp0204</i>
</body>
</html>)";

Expand Down
6 changes: 4 additions & 2 deletions installer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ <h1>CubeFX installer</h1>
</p>

<div class="footer">
<a href="https://github.com/Cp0204" target="_blank">CubeFX</a> Made with ❤️ by Cp0204
&mdash; Installer Powered by <a href="https://esphome.github.io/esp-web-tools/" target="_blank">ESP Web Tools</a>
<i>
<a href="https://github.com/Cp0204/CubeFX" target="_blank">CubeFX</a> Made with ❤️ by Cp0204
&mdash; Installer Powered by <a href="https://esphome.github.io/esp-web-tools/" target="_blank">ESP Web Tools</a>
</i>
</div>

<script>
Expand Down

0 comments on commit 4b41397

Please sign in to comment.