-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 1.41 KB
/
Copy pathindex.html
File metadata and controls
28 lines (27 loc) · 1.41 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
<html>
<head>
<title>Rabbit Converter</title>
<meta http-equiv="refresh" content="0; url=http://www.rabbit-converter.org/Rabbit/">
<link rel="stylesheet" href="./css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="./css/iconfont.css" type="text/css" media="screen">
<meta name="description" content="Converter for Zawgyi to Unicode or Unicode to Zawgyi. Support most of the programming language and using JSON for converting rule. Every language can write the converter using rules.">
<meta name="keywords" content="Myanmar,Zawgyi,Unicode,Converter,Github">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1234694734459873"
crossorigin="anonymous"></script>
</head>
<body>
<header id="header">
<div class="top">
<div class="content">
<h1>Rabbit Converter</h1>
<p>Just Another Zawgyi <=> Unicode Converter</p>
<ul class="actions">
<li><a href="https://github.com/Rabbit-Converter/Rabbit" class="button icon icon-github-squared">Get The Code</a></li>
<li><a href="http://www.rabbit-converter.org/Rabbit/" target="_blank" class="button icon icon-link-ext">Try</a></li>
</ul>
</div>
</div>
</header>
</body>
</html>