Files
dungeon-master/index.html
2021-07-18 14:17:48 -06:00

13 lines
201 B
HTML

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