-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
36 lines (35 loc) · 855 Bytes
/
options.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/virtualvinodh/aksharamukha/aksharamukha-front/src/statics/fonts.css">
<title>Aksharamukha</title>
<style>
body {
min-width: 300px;
font-size: 15px;
}
input {
margin: 5px;
outline: none;
}
button {
background-color: #424242; /* Green */
border: none;
color: white;
padding: 7px 7px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
box-shadow: 5px 5px;
}
</style>
</head>
<body>
<h4><a href="http://aksharamukha.appspot.com" target="_blank">Aksharamukha</a>: Web Transliterator</h4>
<div id="menu"></div>
</body>
<script src="ScriptMixin.js"></script>
<script src="options.js"></script>
</html>