LasTres/templates/root/index.html.ep

22 lines
754 B
Plaintext
Raw Normal View History

2023-06-29 09:14:02 +02:00
<!DOCTYPE html>
2023-06-01 08:45:43 +02:00
<html>
<head>
<link rel="stylesheet" href="/css/styles.css?id=<%=int(rand(1000000))%>"/>
2023-06-01 08:45:43 +02:00
<meta name="viewport" content="height = device-height,
width = device-width,
initial-scale = 1.0,
minimum-scale = 1.0,
maximum-scale = 1.0,
user-scalable = yes,
2023-06-01 08:45:43 +02:00
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?id=<%=int(rand(1000000))%>"></script>
2023-06-01 08:45:43 +02:00
</body>
</html>