Slightly updated index.html; Included build script for CGI binary

master
Jack Henschel 7 years ago
parent ac36893844
commit 13a90c0ac1

@ -0,0 +1,3 @@
#!/usr/bin/env bash
OUTPUT="cgi" # Name of the output executable
go build -o "$OUTPUT" apps.go json.go

@ -42,7 +42,7 @@
<a href="#contact" class="link_header">
<div class="header_block">Contact</div>
</a>
<a href="https://cubieserver.de/blog" class="link_header">
<a href="https://blog.cubieserver.de" class="link_header">
<div class="header_block">Blog@Cubieserver</div>
</a>
</div>
@ -94,7 +94,7 @@
dedicated to IRC: <a href="https://cubieserver.de/irc/">cubieserver.de/irc</a>.
</section>
<br>
<b>Note:</b> You can view the source code for this page at <a href="http://git.cubieserver.de/Cubieserver_Front-Page">git.cubieserver.de/Cubieserver_Front-Page</a>.
<b>Note:</b> You can view the source code for this web page at <a href="https://git.cubieserver.de/Cubieserver/www">git.cubieserver.de/Cubieserver_Front-Page/www</a>.
<br>
</article>
<article id="news">
@ -144,7 +144,7 @@
</div>
<div class="table_row">
<div class="table_left width_20">Architecture</div>
<div class="table_right width_80">ARMv7l</div>
<div class="table_right width_80">ARMv7l (armhf)</div>
</div>
<div class="table_row">
<div class="table_left width_20">RAM</div>
@ -152,7 +152,7 @@
</div>
<div class="table_row">
<div class="table_left width_20">Storage</div>
<div class="table_right width_80">8GB NAND Flash (for the OS), 500GB HDD via SATA</div>
<div class="table_right width_80">256GB via SATA</div>
</div>
</div>
</article>
@ -161,11 +161,7 @@
This server and site are administered by Jack Henschel.
<br>
Have you encountered any problems? Would you like to suggest a service or feature?
Let me know!
<br>
Either send me an E-Mail (<a href="mailto:thewheelychecker@gmail.com">thewheelychecker@gmail.com</a>)
or hop on IRC at <a href="irc://cubieserver.de:6697/main">cubieserver.de</a>
(Port 6697) and join Channel <a href="irc://cubieserver.de:6697/main">#main</a>.
Let me know! <a href="mailto:webmaster@cubieserver.de">webmaster@cubieserver.de</a>
</article>
</main>
<footer>

Loading…
Cancel
Save