Files
Polaris/html/lobby_titlescreen.html
Cerebulon 4568dc85d5 Ports high-res lobby screen system from Eris from Bay (#8401)
* Ports high-res lobby screen system from Eris from Bay

* ok fine we don't need a 5+ MB picture of my cat
2022-02-26 11:13:00 -08:00

25 lines
324 B
HTML

<html>
<head>
<style type='text/css'>
body, html {
margin: 0;
height: 100%;
overflow: hidden;
text-align: center;
background-color: black;
}
img {
display: inline-block;
width: auto;
height: 100%;
}
</style>
</head>
<body>
<img src='titlescreen.png'>
</body>
</html>