-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (30 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<title>Vedic Chanting Generation Tool (Beta)</title>
<meta id="keywords" name="keywords" content="Vedic Chanting Generation Tool" />
<meta id="description" name="description" content="Generates Vedic Chanting Generation Tool" />
<meta name="author" content="Dileep Miriyala(దిలీపు మిరియాల)" />
<link rel="shortcut icon" href="/Miriyam.ico" />
<link href="styles.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="util.js"></script>
</head>
<body>
<h2>Vedic Chanting Generation Tool (Beta)</h2>
<table border="0" class="table">
<tr>
<td style="width:32px;"><button type="button" id="btnRandom" title="Random">~</button></td>
<td>
<input type="text" id="txtInput" value="శ్రీ హేవళంబి నామ నూతన సంవత్సర శుభ అభినందనం" />
</td>
<td style="width:32px;">
<button type="button" id="btnGo" title="Go">Go</button>
</td>
</tr>
</table>
<div class="blank"></div>
<div id="table" border="1" class="table"></div>
<script type="text/javascript" src="Veda.js"></script>
<div class="right"><span class="content">~ Dileep Miriyala(దిలీపు మిరియాల)</span></div>
</body>
</html>