-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (19 loc) · 926 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="he">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color:#696969">
<nav>
<ul>
<li><a href="Post Maker.html"><button class="w3-button w3-radius-button hebrewfont remove-outline" id="buildBtn" style="background-color: white;">יצירת אשכול</button></a></li>
<li><a href="Message Maker.html"><button class="w3-button w3-radius-button hebrewfont remove-outline" id="buildBtn" style="background-color: white;">יצירת הודעה</button></a></li>
</ul>
</nav>
</body>
</html>