21 lines
683 B
Plaintext
21 lines
683 B
Plaintext
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/css/styles.css"/>
|
|
<meta name="viewport" content="height = device-height,
|
|
width = device-width,
|
|
initial-scale = 1.0,
|
|
minimum-scale = 1.0,
|
|
maximum-scale = 1.0,
|
|
user-scalable = no,
|
|
target-densitydpi = device-dpi"/>
|
|
</head>
|
|
<body>
|
|
<noscript style="font-size: 40px">
|
|
<p>LasTres cannot work without javascript, consider using the API to make you own client if this is a concern to you.</p>
|
|
</noscript>
|
|
<div id="game-container">
|
|
</div>
|
|
<script src="/js/bundle.js"></script>
|
|
</body>
|
|
</html>
|