1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00
sapphire/web/index.html
2019-01-02 15:09:59 +01:00

30 lines
No EOL
656 B
HTML

<!doctype html>
<html>
<head>
<style>
div.fill-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-align: center;
}
img.fit {
max-width: 99%;
max-height: 99%;
}
</style>
<title>Sapphire</title>
</head>
<body bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#666666">
<div class='fill-screen' style="-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;" unselectable="on" onselectstart="return false;" onmousedown="return false;">
<p style="text-align: center;"><img class='fit' src="icon-01.png" alt="" />
</p>
</div>
</body>
</html>