לדלג לתוכן

רומאנש

מתוך ויקיספר, אוסף הספרים והמדריכים החופשי

<!DOCTYPE html> <html lang="he"> <head>

   <meta charset="UTF-8">
   <title>האתר שלי</title>
   <style>
       body { font-family: Arial, sans-serif; background-color: #f0f8ff; text-align: center; padding: 50px; }
       h1 { color: #333; }
       p { color: #555; font-size: 18px; }
   </style>

</head> <body>

שלום! זה האתר שלי

כאן אני יכולה להראות את היצירות שלי ולכתוב על עצמי.

</body> </html>