-
Notifications
You must be signed in to change notification settings - Fork 1
/
nonreg.html
41 lines (35 loc) · 1.06 KB
/
nonreg.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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="img/logo.ico" type="image/x-icon" >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" type="text/css" href="style/linet.css" >
<script type="text/javascript" src='js/jquery.min.js'></script>
<!-- link calendar files -->
<title>~title~</title>
<!-- ~header~ -->
</head>
<body>
<div id="wrapper">
<div class="headerB">
<div id ="logo">
<img src="img/logo.png" alt="linet logo">
</div> <!-- div logo end -->
<div id ="right_hdr">
<div id="logindata" dir="rtl">
<a href="?lang=en"><img src="img/flags/us_flag.gif" height="15px" border="0" alt="us_flag" />אנגלית</a>
</div>
</div> <!--right_hdr end-->
</div><!--headerA end-->
<div id="contents" dir="rtl">
~text~
</div><!--contents end-->
<div class="footer">
~isoc~
~recomendfirefox~
~osi~
</div>
</div><!--div wrapper end-->
</body>
</html>