-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
21 lines (21 loc) · 1.13 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link href="/css.css" type="text/css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="text/xhtml; charset=iso-8859-1" />
<title>Hebrew Verb Conjugator</title>
</head>
<body>
<p class="rt"><a href="../">Return</a></p>
<h1>Hebrew Verb Conjugator</h1>
<p class="tm"><em>In the <a href="hebconj-list.php">Hebrew Verbs List</a>, locate a verb and click to conjugate it. Not everything works as of now, but it's fun to play around with ;] And if you don't mind, tell your friends about this site!</em></p>
<ul>
<li><a href="hebconj.php">Hebrew Verb Conjugator</a> (not fully functional)</li>
<li><strong><a href="hebconj-list.php">Hebrew Verbs List</a></strong> (not complete)</li>
<li><a href="hebconj-regex.php">Strip Niqqud from Text</a> (not remarkable)</li>
<li><a href="OCR"><abbr title="Optical Character Recognition">OCR</abbr> Results and Data</a> (not serviceable)</li>
</ul>
<?php include("inc/lm.php"); lmf(); include("inc/ga.php"); ?>
</body>
</html>