-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path8-1-artcl-2.html
56 lines (46 loc) · 1.55 KB
/
8-1-artcl-2.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>8-1-fonts</title>
<meta name="description" content="">
<meta name="author" content="OferR">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Font from Google -->
<link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="8-1-theme.css"/>
</head>
<body>
<header>
<h1>המגזין שלי</h1>
</header>
<div class="container">
<nav id"mnu">
<ul>
<li><a href="8-1-artcl-1.html" target="_self">מאמר 1</a></li>
<li><a href="8-1-artcl-2.html" target="_self">מאמר 2</a></li>
<li><a href="8-1-artcl-3.html" target="_self">מאמר 3</a></li>
<li><a href="8-1-fonts.html" target="_self">דף הבית</a></li>
</ul>
</nav>
<article>
<h2><a name="2" class="lin-hed">מאמר 2 </a></h2>
<h3>כותרת משנה 2</h3>
<p>
טקסט של מאמר 2 - טקסט טקסט טקסט
טקסט טקסט טקסט טקסט טקסט טקסט טקסט טקסט טקסט
</p>
</article>
<footer>
<p>
© Copyright by OferR
</p>
</footer>
</div>
</body>
</html>