-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmobile.html
More file actions
32 lines (18 loc) · 805 Bytes
/
mobile.html
File metadata and controls
32 lines (18 loc) · 805 Bytes
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
<html>
<head>
<meta name = "viewport" content = "initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<SCRIPT type="text/javascript" LANGUAGE="JavaScript" SRC="kdate.js"></SCRIPT>
<SCRIPT type="text/javascript" LANGUAGE="JavaScript" SRC="hebrew-calendar.js"></SCRIPT>
<link rel="stylesheet" type="text/css" href="stylesheets/calendar.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/mobile.css" />
</head>
<body class="mobile">
<form id="calendar-form">
<input id="month" type="hidden">
<input id="year" type="hidden" >
</form>
<div id="calendar-container">
</div>
</body>
</html>