-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMom.html
45 lines (44 loc) · 1.37 KB
/
Mom.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://classicmc-studios.github.io/Westonism/snowstorm/style.css">
<title>Momber</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body align="center" data='{"count":0,"incr":""}'>
<h1>Hi <span class="primary bold">Mom</span>!</h1>
<hr/>
<p exc="incr=setInterval(()=>{count+=1;},100);"></p>
<p react>
How many times you've <span class="primary">helped</span> me! <br/>{{count}}
</p>
<p>
<span class="italic">Happy Birthday Mom</span>, I love you.
</p>
<hr/>
<p>
Exodus 20:12<br/> "Honor your father and your mother, so that you may live long in the land the Lord your God is giving you.
</p>
<p>
Isiah 66:13<br/> "As a mother comforts her son, so I will comfort you, and you will be comforted in Jerusalem."
</p>
<hr/>
<p>
Just like Jesus needed his mother, I need my mother too. You are the best mother I coudl've asked for, and I hope this birthday, and everyone after will be amazing days.
</p>
<hr/>
<p>
The Time is..,
</p>
<span react>
{{let now=new Date();now.getHours();}} :
</span>
<span react>
{{let now=new Date();now.getMinutes();}}
</span>
<p>
And I Think its time to get going, but once again <span class="primary">enjoy your special day</span>, and I love you.
</p>
<script src="https://classicmc-studios.github.io/Westonism/snowystorm/sno-storm.js"></script>
</body>
</html>