-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (64 loc) · 2.17 KB
/
index.html
File metadata and controls
85 lines (64 loc) · 2.17 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.png">
<title>تاقیکردنەوەی تەختەکلیلی یونیکۆد</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/narrow-jumbotron.css" rel="stylesheet">
<!-- Custom styles for this site -->
<link href="css/site.css" rel="stylesheet">
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Custom scripts for this site -->
<script src="js/site.js"></script>
<script src="js/client-info.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108843322-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-108843322-1');
</script>
</head>
<body dir="rtl">
<div class="container">
<header class="header clearfix">
<h3 class="text-muted">تاقیکردنەوەی یونیکۆد</h3>
<nav>
<ul class="nav nav-pills float-right">
<li class="nav-item">
<a class="nav-link" href="http://devstree.io/encoding-part-1">زانیاری زۆرتر</a>
</li>
</ul>
</nav>
</header>
<main role="main">
<div class="jumbotron" id="result">
</div>
<div id="instructions"></div>
</main>
<footer class="footer">
<p>
پڕۆژەیەکی
<a href="https://github.com/DevelopersTree/unicode">سەرچاوەکراوە</a>ی
<a href="http://devstree.io/">درەختی گەشەپێدەرانە</a>
</p>
</footer>
</div>
<!-- /container -->
</body>
<script>
$(document).ready(function () {
$("#result").load("test.html", function() { getTestReady(window) })
});
</script>
</html>