-
Notifications
You must be signed in to change notification settings - Fork 4
/
tel_nof.html
28 lines (25 loc) · 932 Bytes
/
tel_nof.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>בסיס תל נוף - מפת התערוכה</title>
<link rel="icon" href="assets/matas_logo.svg" type="image/svg+xml">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Heebo&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="css/open_bases.css">
</head>
<body>
<button onclick="window.location.href='./';">
<div class="button_content">
<img src="icons/logo-75/Header Logo.svg" class="logo">
<span class="button_text">
<h4> לאתר המטס</h4>
<h4 id="press_here_text">לחצו כאן</h4>
</span>
</div>
</button>
<img src="assets/open_bases_maps/tel_nof.png" id="map">
</body>
</html>