Deployed the page to Github Pages.

This commit is contained in:
Batuhan Berk Başoğlu 2024-11-03 21:30:09 -05:00
parent 1d79754e93
commit 2c89899458
Signed by: batuhan-basoglu
SSH key fingerprint: SHA256:kEsnuHX+qbwhxSAXPUQ4ox535wFHu/hIRaa53FzxRpo
62797 changed files with 6551425 additions and 15279 deletions

View file

@ -0,0 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RTL test</title>
<style type="text/css">
.test { font-size: 150%; }
table td { border: 1px solid #CCC; }
img { margin: 10px; }
</style>
</head>
<body>
<div dir="rtl">
<div class="test">مفتاح<a href="clicks.html" id="ar_link"> معايير</a> الويب</div>
<div class="test">פעילות<a id="hb_link" href="clicks.html"> הבינאום </a></div>
</div>
</body></html>