forked from sarim/AvroPad
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
55 lines (47 loc) · 1.71 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>AvroPad by sarim</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script data-main="lib/main.js" src="lib/require.js"></script>
<script type="text/javascript">
require.config({
waitSeconds: 300,
// timeout to 5 minute
urlArgs: "bust=" + (new Date()).getTime()
//disabling cache
});
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1>AvroPad</h1>
<p>The power of Avro in Browser</p>
<p class="view"><a href="" id="status">Loading ......</a></p>
<ul>
<li><a href="#" id="switchbn"><strong>English</strong></a></li>
<li><a href="#" id="switchen">*<strong>Bangla</strong></a></li>
</ul>
</header>
<section>
<textarea id="entext" autocorrect="off" autocapitalize="none" placeholder="এখানে বাংলা লিখুন"></textarea>
<!-- <button id="btn">suggest</button> -->
<div id="tip"></div>
<p class="pfooter"><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</section>
<footer>
<p>This project is a attempt to port ibus-avro to web</a>
<p>maintained by <a href="https://github.com/sarim">sarim</a></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>