-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
45 lines (34 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<title>CodeX Special</title>
<style media="screen">
body {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
background-color: #fafafa;
}
.center-col {
margin: 0px auto;
max-width: 800px;
background-color: #fff;
padding: 30px;
font-size: 14px;
line-height: 1.5em;
}
</style>
</head>
<body>
<div class="center-col">
<h1>CodeX Special</h1>
<p>
CodeX.Special сделает информацию на вашем сайте более доступной для людей с ограниченными возможностями. Модуль прост в подключении и использовании.
</p>
<p>
GitHub: <a href="https://github.com/codex-team/codex.special" target="_blank">codex-team/codex.special</a>
</p>
</div>
<script type="text/javascript" src="./codex-special.min.js" onload="codexSpecial.init({});"></script>
</body>
</html>