-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvos.html
30 lines (29 loc) · 1.29 KB
/
vos.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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=.6, maximum-scale=.6">
<script src="libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel='shortcut icon' href='favicon.png' type='image/x-icon' />
<a class="homepage" href="/">
<h1 class="homepage">The Online Treasury of Yiddish Poetry</h1>
<h1 class="homepage yid" dir="rtl">דער ״אױפֿן־װעב״ אוצר פֿון ייִדישע לידער</h1>
</a>
<title>Treasury of Yiddish Poetry</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X8X9FRW4HG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X8X9FRW4HG');
</script>
<body>
<div class="poem_wrapper" style="margin:auto; float:none" dir="rtl">
<h1>װאָס? איך האָב נישט פֿאַרשטאַנען...</h1>
<h3 style="text-align:center;">אפֿשר מיר האָבן נישט קײן זאַך.</h3>
</div>
</body>
</html>