added go banner to landing

This commit is contained in:
rawleyIfowler
2022-04-01 12:06:10 -05:00
parent 578008a1e5
commit b2abdb5cff
2 changed files with 3 additions and 0 deletions

BIN
static/go.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -6,6 +6,9 @@
<a href="https://www.nginx.org"> <a href="https://www.nginx.org">
<img src="/static/nginx.png" alt="Powered by NGiNX!" width="150px" height="50px"/> <img src="/static/nginx.png" alt="Powered by NGiNX!" width="150px" height="50px"/>
</a> </a>
<a href="https://www.go.dev">
<img src="/static/go.png" alt="Powered by Go!" widht="150px" height="50px" />
</a>
</div> </div>
</body> </body>
</html> </html>