mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
22 lines
424 B
HTML
22 lines
424 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style TYPE="text/css">
|
|
body
|
|
{
|
|
margin:0;
|
|
padding:0;
|
|
color:#000000;
|
|
background:none;
|
|
font-family: "Source Sans Pro";
|
|
font-size:12px;
|
|
text-align:center;
|
|
}
|
|
a:link {color:#42528F;}
|
|
a:visited {color:#42528F;}
|
|
</style>
|
|
|
|
<body>
|
|
textPlaceholder
|
|
</body>
|
|
</html>
|