-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanx.html
29 lines (24 loc) · 980 Bytes
/
thanx.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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="This site has Torah שיעורים"/>
<meta name="keywords" content="Torah Shiurim"/>
<meta name="author" content="Rachamim Dabbah"/>
<meta charset="UTF-8"/>
<title>Torah Tapes</title>
<link rel="stylesheet" type="text/css" href="Torah-Tapes.css"/>
<link rel="shortcut icon" type ="image/x-icon" href="favicon.ico">
<title>THANK YOU</title>
</head>
<body>
<div class="whole">
<h1>Thank you for submitting your order!</h1>
<h2>Your items will be shipped shortly.<br>Hope you visit again shortly!</h2>
<img src="images/sifrei_torah.png" alt="sifrei torah" id="pic"
title="Sefer Torah Scroll, which is used by Orthodox Jews in their synagogues; on the right is a sefer torah used by Sephardic
communnities; on the left one used by Ashkenazi Jews">
<p><a href="torah-tapes.html">Back to our home page.</a></p>
</div>
<script src="javascript.js"></script>
</body>
</html>