Skip to content

Instantly share code, notes, and snippets.

@yehonatan56
Created November 17, 2024 18:27
Show Gist options
  • Select an option

  • Save yehonatan56/6129f6a64d4e76643b1065349007a3d6 to your computer and use it in GitHub Desktop.

Select an option

Save yehonatan56/6129f6a64d4e76643b1065349007a3d6 to your computer and use it in GitHub Desktop.
<!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