diff options
| author | Private Island Networks Inc <opensource@privateisland.tech> | 2026-03-03 15:56:53 -0500 |
|---|---|---|
| committer | Private Island Networks Inc <opensource@privateisland.tech> | 2026-03-03 15:56:53 -0500 |
| commit | ab6ca080771b706a310ebfd8a4192841cdfef05c (patch) | |
| tree | f9da21650402f17330d68bb7d6f86b031191ddb9 /templates/index.html | |
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 |



