-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathushtekolku.html
53 lines (44 loc) · 2 KB
/
ushtekolku.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Уште колку до Велигден?</title>
<link rel="alternate" title="Дали е Велигден?" href="rss.xml" type="application/rss+xml" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Georgi Stanojevski, glisha@gmail.com" />
<link rel="shortcut icon" href="/favicon.ico" />
<style>
.cntdwn { font-size: 48pt; font-weight: bold; font-family: Arial, sans-serif; text-decoration: none; color: black; }
.cntdwndiv { font-size: 20pt; font-weight: bold; color: lightgrey; font-family: Arial, sans-serif; text-decoration: none; }
</style>
<script src="media/easter.js"></script>
</head>
<body style="text-align: center; padding-top: 200px;">
<script language="JavaScript">
var CurrentDate = new Date();
var TargetDateRaw;
// Determine Target Date
if(new Date(orthodoxEaster(CurrentDate.getFullYear())) > new Date()) {
// That's the target date
TargetDateRaw = new Date(orthodoxEaster(CurrentDate.getFullYear()))
}
else {
// Next Year is the target
TargetDateRaw = new Date(orthodoxEaster(CurrentDate.getFullYear()+1))
}
TargetDate = TargetDateRaw.toUTCString()
BackColor = "white";
ForeColor = "black";
CountActive = true;
CountStepper = -1;
LeadingZero = false;
DisplayFormat = "%%D%% дена, %%H%% часа, %%M%% минути, %%S%% секунди.";
FinishMessage = "Денеска е Велигден.";
</script>
<div class="cntdwndiv">уште<br />
<script language="JavaScript" src="/media/countdown.js"></script><noscript>Не знам уште колку денови.</noscript>
<br />до следниот Велигден.
</div>
<br /><a style="font-size: 80%; color: #E2E2E2; text-decoration: none;" href="/">[ дали е велигден? ]</a>
<!-- Ne e sekoj den Veligden -->
</body>
</html>