diff options
Diffstat (limited to 'templates/index.html')
| -rwxr-xr-x | templates/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100755 index 0000000..dc400ce --- /dev/null +++ b/templates/index.html @@ -0,0 +1,18 @@ +<!-- index.html, + -- Copyright (C) 2025 Private Island Networks Inc. +--> +{% extends "base.html" %} +{% block content %} +{% if fpga_query == 1 %} + <p> + FPGA Version <span id="mc-fw-version"><em>XX</em></span>.<span + id="mc-fw-increment"><em>YY</em></span> , FPGA Internal Temperature: + <span id="mc-temperature"><em>??</em></span> + </p> + {% endif %} + +<div id="betsy"> + {% include "pi_arch_ml.svg" %} +</div> + +{% endblock %}
\ No newline at end of file |



