mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-05 20:43:11 +00:00
32 lines
1 KiB
HTML
32 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
|
<meta content="width=device-width, initial-scale=1, user-scalable=0" name="viewport">
|
|
<title></title>
|
|
<link href="css/styles.css" rel="stylesheet">
|
|
<link href="css/i.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="main">
|
|
<noscript><h3>Вам нужен JavaScript для принятия этого приглашения.</h3></noscript>
|
|
<h3 class="text-center" id="heading"></h3>
|
|
<p class="text-center"><a class="btn btn-primary" id="button"></a></p>
|
|
<input type="url" class="form-control text-center" id="url_in" readonly/>
|
|
<div class="qrcode" id="qrcode"></div>
|
|
|
|
<p class="hint text-center" id="clients"></p>
|
|
<p class="lead" id="recommend"></p>
|
|
|
|
<ul class="lead" id="client_list"></ul>
|
|
|
|
<p class="lead" id="checkfulllist"></p>
|
|
<p class="hint" id="xmppis"></p>
|
|
</div>
|
|
<script src="js/i18n-text.js"></script>
|
|
<script src="js/main.js"></script>
|
|
<script src="js/qrcode.min.js"></script>
|
|
</body>
|
|
</html>
|