add index (unfinished)

This commit is contained in:
2021-07-18 14:17:48 -06:00
parent 9b0d3724e7
commit 4598b528c4
2 changed files with 12 additions and 0 deletions

BIN
bergx-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<html>
<style>
body {
background: url(bergx-logo.png);
background-size: cover;
background-position: center;
}
</style>
<body>
<!-- <img src="/bergx-logo.png" /> -->
</body>
</html>