-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogo.html
executable file
·31 lines (28 loc) · 1.34 KB
/
logo.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="reset.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="fonts/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="logo.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="cube.css" type="text/css" charset="utf-8" />
</head>
<body>
<div class="logo" itemscope="" itemtype="http://schema.org/Brand">
<h1 class="site-title">
<a class="alefs" href="https://alefalefalef.co.il" title="אאא — בית לטיפוגרפיה עברית" rel="home" itemprop="name">
<span><b>א</b></span>
<span><b>א</b></span>
<span><b>א</b></span>
<span><b>א</b></span>
<span><b>א</b></span>
<span><b>א</b></span>
</a>
</h1>
<img itemprop="logo" style="display:none;" src="https://alefalefalef.co.il/wp-content/themes/aaa/images/alefalefalef-logo.png"
alt="אאא">
<span class="tagline" itemprop="description">בית <br>לטיפוגרפיה <br>עברית</span>
<meta itemprop="alternateName" content="אלף אלף אלף">
</div>
<script type="text/javascript" src="logo.js"></script>
</body>
</html>