1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="dist/main.css" />
<script src="dist/main.js"></script>
</head>
<body>
<div class="bor">
<table bgcolor=#f0f0f0 cellspacing=0 class="hh">
<tr>
<td><img src="dist/images/llama.png" align="left"></td>
<td>
<table cellspacing=0>
<tr><td><b>pyros2097</b></td></tr>
<tr><td>Gdx Developer</td></tr>
<tr><td>
"Awesomeness we can has"
</td></tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
</div>
</body>
</html>
|