-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
48 lines (45 loc) · 1.49 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<!--
* ,
_/^\_
< >
* /.-.\ *
* `/&\` *
,@.*;@,
/_o.I %_\ *
* (`'--:o(_@;
/`;--.,__ `') *
;@`o % O,*`'`&\
* (`'--)_@ ;o %'()\ *
/`;--._`''--._O'@;
/&*,()~o`;-.,_ `""`)
* /`,@ ;+& () o*`;-';\
(`""--.,_0 +% @' &()\
/-.,_ ``''--....-'`) *
* /@%;o`:;'--,.__ __.'\
;*,&(); @ % &^;~`"`o;@(); *
/(); o^~; & ().o@*&`;&%O\
jgs `"="==""==,,,.,="=="==="`
__.----.(\-''#####---...___...-----._
'` \)_`"""""`
.--' ')
o( )_-\
`"""` `
MERRY CHRISTMAS!
-->
<head>
<title>TITLE</title>
<meta charset="utf-8">
<meta name="author" content="AUTHOR">
<meta name="description" content="DESCRIPTION">
<meta property="og:title" content="TITLE"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="URL"/>
<meta property="og:image" content="FACEBOOK_IMG"/>
<meta property="og:site_name" content="WEBSITE"/>
<meta property="og:description" content="DESCRIPTION"/>
</head>
<body>
</body>
</html>