summaryrefslogtreecommitdiffhomepage
path: root/templates/index.html
diff options
context:
space:
mode:
authorPrivate Island Networks Inc <opensource@privateisland.tech>2026-03-03 15:56:53 -0500
committerPrivate Island Networks Inc <opensource@privateisland.tech>2026-03-03 15:56:53 -0500
commitab6ca080771b706a310ebfd8a4192841cdfef05c (patch)
treef9da21650402f17330d68bb7d6f86b031191ddb9 /templates/index.html
initial commit of experimental code base for PI Explorer (PI-EXP)HEADmain
Diffstat (limited to 'templates/index.html')
-rwxr-xr-xtemplates/index.html18
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

Highly Recommended Verilog Books