Add a link back to GitHub repo
This commit is contained in:
parent
da0a780bcd
commit
e44728024a
|
@ -14,6 +14,10 @@ const uint8_t index_ov2640_html[] PROGMEM = R"=====(
|
|||
font-size: 16px
|
||||
}
|
||||
|
||||
a { color: #EFEFEF;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 18px
|
||||
}
|
||||
|
@ -578,7 +582,7 @@ const uint8_t index_ov2640_html[] PROGMEM = R"=====(
|
|||
<div id="cam_name" class="default-action"></div>
|
||||
</div>
|
||||
<div class="input-group" id="code_ver-group">
|
||||
<label for="code_ver">Firmware:</label>
|
||||
<label for="code_ver"><a href="https://github.com/easytarget/esp32-cam-webserver" alt="Open Source">Firmware</a>:</label>
|
||||
<div id="code_ver" class="default-action"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -14,6 +14,10 @@ const uint8_t index_ov3660_html[] PROGMEM = R"=====(
|
|||
font-size: 16px
|
||||
}
|
||||
|
||||
a { color: #EFEFEF;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 18px
|
||||
}
|
||||
|
@ -591,7 +595,7 @@ const uint8_t index_ov3660_html[] PROGMEM = R"=====(
|
|||
<div id="cam_name" class="default-action"></div>
|
||||
</div>
|
||||
<div class="input-group" id="code_ver-group">
|
||||
<label for="code_ver">Firmware:</label>
|
||||
<label for="code_ver"><a href="https://github.com/easytarget/esp32-cam-webserver" alt="Open Source">Firmware</a>:</label>
|
||||
<div id="code_ver" class="default-action"></div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue