webhadash

[DORMANT] hebrew website design
git clone git://git.figbert.com/webhadash.git
Log | Files | Refs

index.html (764B)


      1 <!DOCTYPE html>
      2 
      3 <html lang="he">
      4     <head>
      5         <title>סגילות</title>
      6         <link rel="stylesheet" type="text/css" href="../main.css">
      7         <link href="https://fonts.googleapis.com/css?family=Rubik:400,500,700,900&display=swap&subset=hebrew" rel="stylesheet">
      8         <meta charset="utf-8">
      9         <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
     10         <script src="../navbar.js"></script>
     11     </head>
     12     <body>
     13         <nav>
     14             <a href="../../#articles" class="nav__link nav__link--currentPage">אחורה ></a>
     15         </nav>
     16         <div class="article">
     17             <div class="title">סגילות</div>
     18             <div class="body">יש כל כך הרבה טקסט פו</div>
     19         </div>
     20     </body>
     21 </html>