Created
November 17, 2024 18:27
-
-
Save yehonatan56/6129f6a64d4e76643b1065349007a3d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>סרטוני הדרכה</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| direction: rtl; | |
| } | |
| section { | |
| text-align: center; | |
| display: flex; | |
| flex-direction: column; | |
| align-items: center; | |
| justify-content: center; | |
| } | |
| div { | |
| width: 320px; | |
| margin-bottom: 20px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <img src="logo.jpg" width="100px" height="100px" alt=""> | |
| <section> | |
| <h1 style="color: purple">סרטוני הדרכה</h1> | |
| <div> | |
| <h2>תשלום באשראי - תשלום אחד</h2> | |
| <video width="320" height="240" controls=""> | |
| <source src="m.mp4" type="video/mp4"> | |
| </video> | |
| </div> | |
| <div> | |
| <h2>תשלום באשראי - תשלום אחד</h2> | |
| <video width="320" height="240" controls=""> | |
| <source src="mk.mp4" type="video/mp4"> | |
| </video> | |
| </div> | |
| </section> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment