-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (57 loc) · 1.78 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Редупликатор</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
<style type="text/css">
h2 {
font-size: 90%;
}
footer a {
color: #777;
}
</style>
</head>
<body>
<div class="container">
<h1 class="text-center">Редупликатор</h1>
<div class="row">
<div class="col-md-12">
<label for="inp-text"></label>
<input type="text" name="text" id="inp-text" class="form-control input-lg" autofocus="autofocus" />
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-6">
<h2 class="text-muted">Шм-редупликация</h2>
<div class="lead" id="shm-result"></div>
</div>
<div class="col-md-6">
<h2 class="text-muted">Хуй-редупликация</h2>
<div class="lead" id="hui-result"></div>
</div>
</div>
</div>
<hr/>
<footer class="container text-muted text-right">
Телеграм-версия — <a href="https://telegram.me/HuificatorRobot">@HuificatorRobot</a>
·
<a href="https://github.com/maximal/reduplicator">GitHub</a>
·
© <a href="http://maximals.ru">MaximAL</a>, <a href="http://sijeko.ru">Sijeko</a> 2015
</footer>
<!-- Скрипты
======= -->
<!-- jQuery -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Поехали! -->
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>