mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-21 23:52:48 +00:00
* Ports high-res lobby screen system from Eris from Bay * ok fine we don't need a 5+ MB picture of my cat
25 lines
324 B
HTML
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> |