Skip to content

Commit

Permalink
Add /home link to web pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Dec 23, 2024
1 parent 80e4cce commit a113f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</head>

<body>
<p style="text-align:left"><a href="/"">/home</a></p>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin="*"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions data/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</head>

<body>
<p style="text-align:left"><a href="/"">/home</a></p>
<form action="/update" method="post" id="update" enctype="multipart/form-data">
<fieldset>
<legend>Firmware update</legend>
Expand Down

0 comments on commit a113f8b

Please sign in to comment.