-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmm.html
More file actions
24 lines (21 loc) · 703 Bytes
/
mm.html
File metadata and controls
24 lines (21 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Tanks" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- <div class="header">
<div class="menu">
<p class="menu-item"><a href="./BINTOUCH.html">CONTACT</a></p>
<p class="menu-item"><a href="./ABOUTUS.html">ABOUT</a></p>
<p class="menu-item"><a href="./menu.html">MENU</a></p>
<p class="menu-item home"><a href="./home.html">HOME</a></p>
</div>
</div> -->
<video autoplay muted loop ">
<source src=" ./pictures/עיצוב ללא שם (1).mp4" type="video/mp4" />
</video>
</body>
</html>