aboutsummaryrefslogtreecommitdiff
blob: 8a8b49157b053ab9bff5bb5c16f8abfd7d2abf13 (plain) (blame)
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
<!DOCTYPE html>
<html>
    <head>
        <title>Happy Holidays!</title>
        <link rel="stylesheet" href="style.css" type="text/css">
        <script src="jquery.min.js"></script>
        <script src="snowfall.min.js"></script>
        <script src="script.js"></script>
    </head>
    <body>
    
    <!-- Add your heading below this line -->
    
    <section>
        <h1>Happy New Year</h1>
        <h2>To You,Tiga<br>--Jinwei</h2>
        <div class="imageblock"> </div>
    </section>

    <!-- I'm a comment! You won't see me on the page! -->
 <!-- 
    /*  Image CC Some rights reserved by Alan Klim - http://www.flickr.com/photos/igraph/8329238413/sizes/l/ */
  -->
    
<!-- jinwei.me Baidu tongji analytics -->
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");

document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F91918ac6d6854623883a2b546ebc00ac' type='text/javascript'%3E%3C/script%3E"));

</script>

</body>

</html>
Powered by cgit v1.2.3 (git 2.41.0)