game/core1/app/html/debuger.html
2022-06-07 00:30:34 +03:00

25 lines
980 B
HTML

<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link href="https://img.new-combats.com/css/main.css?v={{ ver }}" rel="stylesheet" type="text/css">
<link href="/core/static/styles/location/comission.css?v={{ ver }}" rel="stylesheet" type="text/css">
<link href="/core/static/styles/location.line.css?v={{ ver }}" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/core/static/scripts/location/debuger.js?v={{ ver }}"></script>
<script>
bug.skills = [ {{skills}} ];
</script>
<!--
Ñåãîäíÿ ìû ïðîâåðèì êòî ñëàáàê, à êòî âîèí |
Ëó÷øàÿ áðàóçåðíàÿ îíëàéí èãðà!
-->
<title>{{ title }}</title>
</head>
<body onLoad="bug.start();" style="padding-top:0px; margin-top:7px; height:100%; background-color:#E2E0E0;">
<!-- -->
Ïåðñîíàæ: <b>{{ user.login }}</b><hr>
<div id="mainblock"></div>
<!-- -->
</body>
</html>