aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Blocks/post/index.html')
-rw-r--r--Blocks/post/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/Blocks/post/index.html b/Blocks/post/index.html
new file mode 100644
index 0000000..8a8b491
--- /dev/null
+++ b/Blocks/post/index.html
@@ -0,0 +1,33 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>Happy Holidays!</title>
5 <link rel="stylesheet" href="style.css" type="text/css">
6 <script src="jquery.min.js"></script>
7 <script src="snowfall.min.js"></script>
8 <script src="script.js"></script>
9 </head>
10 <body>
11
12 <!-- Add your heading below this line -->
13
14 <section>
15 <h1>Happy New Year</h1>
16 <h2>To You,Tiga<br>--Jinwei</h2>
17 <div class="imageblock"> </div>
18 </section>
19
20 <!-- I'm a comment! You won't see me on the page! -->
21 <!--
22 /* Image CC Some rights reserved by Alan Klim - http://www.flickr.com/photos/igraph/8329238413/sizes/l/ */
23 -->
24
25<!-- jinwei.me Baidu tongji analytics -->
26<script type="text/javascript">
27var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
28document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F91918ac6d6854623883a2b546ebc00ac' type='text/javascript'%3E%3C/script%3E"));
29</script>
30
31</body>
32
33</html>
Powered by cgit v1.2.3 (git 2.41.0)