-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
179 lines (163 loc) · 19.9 KB
/
404.html
File metadata and controls
179 lines (163 loc) · 19.9 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Moretape</title>
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="Moretape">
<meta name="application-name" content="Moretape">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143060882-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-143060882-1');
</script>
<style>
@font-face {
font-family: 'Nexa';
src: url('./fonts/NexaBold/NexaBold.eot');
src: url('./fonts/NexaBold/NexaBold.eot?#iefix') format('embedded-opentype'),
url('./fonts/NexaBold/NexaBold.woff2') format('woff2'),
url('./fonts/NexaBold/NexaBold.woff') format('woff'),
url('./fonts/NexaBold/NexaBold.ttf') format('truetype'),
url('./fonts/NexaBold/NexaBold.svg#NexaBold') format('svg');
font-weight: bold;
font-style: normal;
}
html,
body {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
color: #333;
line-height: 1;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
background: linear-gradient(215deg, #400989 22%, #6715a2 84%);
}
/* --------------------------------- */
/* Repeating line pattern experiment */
/* --------------------------------- */
/* body:after {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
background: repeating-linear-gradient(135deg,
transparent,
transparent 3px,
#6715a2 2px,
#6715a2 5px);
} */
main {
width: 100%;
height: 100%;
text-align: center;
position: relative;
overflow: hidden;
}
.bg-image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 600px;
width: auto;
opacity: .4;
}
.logo {
width: 60%;
min-width: 190px;
max-width: 320px;
position: absolute;
top: calc(50% - 3.5rem);
transform: translate(-50%, -50%);
z-index: 999;
animation: fadeIn 2s ease forwards;
}
footer {
font-family: Nexa;
position: absolute;
bottom: 0;
padding: 38px;
left: 0;
right: 0;
text-align: center;
color: #ffffff;
font-size: 1rem;
opacity: 0.5;
z-index: 999;
}
@keyframes fadeIn {
0% {
transform: translate(-50%, -20%);
opacity: 0;
}
100% {
transform: translate(-50%, -50%);
opacity: 1;
}
}
</style>
</head>
<body>
<main>
<div class="bg-image">
<svg width="886px" height="644px" viewBox="0 0 278 222">
<title>Background Logo</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Logo" transform="translate(1.341906, 0.915366)">
<path
d="M30.8379323,77.6482335 C32.1379323,77.6444757 32.9101777,76.9150229 33.1531175,75.3144674 L41.4115191,20.776339 C43.2206626,19.7590508 46.0729079,19.0328535 48.9329079,19.0334351 C54.7829079,19.0346247 57.556334,23.102068 56.2255934,32.3985316 L50.0484647,74.8317684 C49.8055249,76.4308908 50.4341344,77.6959573 51.9941344,77.6916965 L66.6156431,77.6916965 C67.9156431,77.6876902 68.572481,76.7664489 68.6869717,75.3144674 L75.1081629,35.4364084 C75.8354313,30.5022768 75.7842507,25.7137697 75.0908247,21.6507515 C77.4153154,20.199971 80.6529079,19.0398854 83.7729079,19.0405199 C90.0129079,19.0417888 93.046334,23.1016559 91.7155934,32.3806815 L85.5384647,74.7343578 C85.4255249,76.3301152 86.0227929,77.6527428 87.5827929,77.6482335 L102.119491,77.6482335 C103.419491,77.6444757 104.538627,76.5658288 104.653117,75.116572 L110.728163,35.4127502 C113.627931,14.8469696 104.369736,0.0648524895 86.4297362,0.0431615774 C79.9297362,0.0353025513 73.3230002,2.20413502 67.2517734,5.826705 C63.1830002,2.19304266 57.5697362,0.00826750153 51.0697362,3.02020337e-05 C43.0097362,-0.00933671695 33.5430002,2.16061883 25.9117734,5.7894168 C24.7479771,6.37034753 24.2372827,7.24289752 23.9896901,8.406703 L13.9084647,74.9309632 C13.6670758,76.6787249 14.4579323,77.6955816 15.8879323,77.6916965 L30.8379323,77.6482335 Z M141.91441,79.2071928 C161.02441,79.1499057 172.742744,68.720217 175.537326,50.5257747 L178.331909,32.337117 C180.872696,14.7313176 170.316052,0.144586923 152.506052,0.123020231 C134.436052,0.101205099 121.812372,10.9421783 119.140034,28.4579786 L116.60235,46.4133171 C113.809318,64.8088781 124.49441,79.2591453 141.91441,79.2071928 Z M143.921239,60.2596994 C137.811239,60.271802 135.031609,55.648296 136.125613,48.5586612 L138.915544,29.8983555 C139.885752,23.39034 144.259224,19.05282 150.499224,19.0540886 C156.739224,19.0553578 159.526608,24.4010534 158.5564,30.9023431 L155.764919,49.3988743 C154.797813,56.1919419 150.681239,60.2462592 143.921239,60.2596994 Z M197.084511,77.1655239 C198.384548,77.1617661 199.163648,76.294566 199.422119,74.8522707 L207.815443,21.6594136 C210.024361,20.6510414 212.883584,19.9311226 216.263579,19.9316542 C218.993575,19.9320836 221.593882,20.2204624 223.804345,20.6526799 C225.234499,20.7968069 226.27372,20.0771777 226.402008,18.4937693 L228.726737,4.38917538 C228.985177,2.95015164 228.333938,1.79799647 226.903642,1.50850027 C223.132752,0.640364923 219.622327,0.20420225 216.112368,0.199890571 C207.922464,0.190056003 199.604865,2.34230015 192.069077,6.2277616 C191.029698,6.80371731 190.380621,7.66850761 190.121999,8.96633499 L179.92114,74.4733263 C179.662806,76.06142 180.444045,77.2136235 182.004089,77.2091405 L197.084511,77.1655239 Z M251.057042,78.88084 C262.367042,78.8468497 271.16982,75.3737658 278.132436,70.0424774 C279.294681,69.3217891 279.410723,68.0295478 278.875213,66.5952986 L273.425792,55.5512216 C272.758732,53.9727967 271.717181,53.830921 270.428037,54.8383724 C265.26526,58.2949582 259.310074,60.6054786 253.590074,60.6170067 C246.440074,60.6314167 243.27975,56.8983081 244.497551,49.2738604 L244.865838,47.2599713 L281.005838,47.2129387 C282.305838,47.2112469 283.078083,46.4926491 283.322574,45.0571752 L285.382134,31.1352881 C288.664147,10.043555 276.728684,0.273248408 260.088684,0.25309841 C244.358684,0.234110458 230.933291,8.99650361 228.016463,27.8500341 L224.861347,48.7256621 C222.072968,67.4480443 234.027042,78.9315979 251.057042,78.88084 Z M266.030745,32.8675963 L247.050745,32.8777253 L247.65887,28.995129 C248.755976,22.2371795 253.005652,18.4999547 258.595652,18.5012628 C265.225652,18.502815 267.489935,23.5305333 266.641972,29.2762169 L266.030745,32.8675963 Z"
id="more" fill="#none" stroke="#6715a2" fill-rule="nonzero"></path>
<path
d="M60.424239,165.584931 C62.634239,165.584931 65.1029741,165.297467 67.0510768,164.866316 C68.3504443,164.722612 68.9966497,163.860342 69.2503253,162.423227 L71.2715085,149.058567 C71.6532868,147.190494 70.7401246,146.471672 69.1807571,146.614886 L65.6707571,146.613775 C60.3407571,146.612086 58.2455786,143.161698 59.2571188,136.693959 L63.5550582,108.957087 L74.2150582,108.967253 C75.6450582,108.968617 76.421896,108.250889 76.6749392,106.670512 L78.6967548,93.4532355 C78.949798,91.8729853 78.1647385,90.7224978 76.6047385,90.7205286 L66.2047385,90.7074001 L66.5840668,88.5248382 C66.70711,86.9441572 66.1515985,86.4341923 64.5915985,86.4313704 L48.8314186,86.4313704 C47.4014186,86.4294221 47.6426632,87.7202222 47.3889876,89.1574039 L40.0095296,134.959241 C36.7218656,155.951018 45.994239,165.584931 60.424239,165.584931 Z M99.980555,165.584769 C109.990555,165.584769 119.601068,163.430842 126.99842,160.559646 C128.166522,160.129034 128.682095,159.124106 128.936403,157.83203 L134.626396,121.513907 C138.041531,99.9848673 128.884611,87.0538179 111.204611,87.0303256 C100.674611,87.0164241 90.935995,89.5893565 84.7143357,93.7479 C83.9368654,94.3216582 83.9412925,95.3273885 84.3369845,96.6209238 L88.4188444,108.40614 C88.9458012,109.986943 89.9870661,110.275239 91.4139039,109.558283 C95.3050498,107.550888 101.149358,106.263903 106.869358,106.269622 C115.059358,106.277811 116.896434,110.156717 115.757423,117.191958 L115.507542,119.489335 C112.25438,118.768776 108.352483,118.334852 104.452483,118.331749 C87.8124827,118.318509 77.1796775,124.488805 75.0310241,138.425972 C72.4999599,154.088546 81.780555,165.584769 99.980555,165.584769 Z M102.3715,147.630821 C96.6515001,147.629105 93.5201163,145.042416 94.4060836,139.583998 C95.0371104,135.274805 98.4069914,132.978269 104.776991,132.981754 C107.636991,132.983324 110.628889,133.415796 113.101418,133.991552 L111.336441,146.484631 C108.99897,147.058345 105.3615,147.631716 102.3715,147.630821 Z M150.698813,190.98663 C151.998813,190.986065 152.905018,190.124615 153.028694,188.689472 L157.202957,162.42757 C160.461811,164.436598 164.886871,165.584504 169.826871,165.584483 C185.296871,165.58442 197.205643,153.968885 199.731016,137.048807 L202.258285,120.560385 C205.163538,101.349581 194.70156,87.2844671 175.98156,87.259652 C167.27156,87.2481739 157.271046,89.3873912 149.74749,93.1090998 C148.710019,93.6819006 148.193814,94.5423869 147.938873,95.6902366 L133.656796,188.266465 C133.403753,189.845687 134.058813,190.99318 135.618813,190.99318 L150.698813,190.98663 Z M168.316551,147.363646 C165.326551,147.362734 162.072124,146.35734 159.984535,144.634773 L165.673896,108.193612 C167.878204,106.904505 171.124409,106.046939 174.244409,106.050065 C181.264409,106.057127 184.14022,109.645809 182.621328,118.967685 L180.348367,134.17068 C178.957578,143.063533 174.946551,147.365665 168.316551,147.363646 Z M232.523187,165.584227 C243.833187,165.584227 252.658008,162.145752 259.654608,156.845909 C260.821446,156.129845 260.945754,154.84065 260.41943,153.408084 L255.040732,142.375957 C254.383775,140.799823 253.343143,140.656125 252.04757,141.658454 C246.862748,145.095091 240.892867,147.385753 235.172867,147.384011 C228.022867,147.381833 224.886424,143.654207 226.152905,136.058168 L226.53405,134.051748 L262.67405,134.070927 C263.97405,134.071617 264.750888,133.355848 265.004564,131.923629 L267.153217,118.031509 C270.570249,96.9806761 258.697243,87.2258909 242.057243,87.2037965 C226.327243,87.1829829 212.845822,95.9101692 209.808671,114.687967 L206.520375,135.474906 C203.612592,154.113506 215.493187,165.584227 232.523187,165.584227 Z M247.790807,119.735289 L228.810807,119.720603 L229.443731,115.851404 C230.584006,109.116372 234.857563,105.394429 240.447563,105.400107 C247.077563,105.406855 249.309698,110.42369 248.424996,116.153888 L247.790807,119.735289 Z"
id="tape" fill="#none" stroke="#6715a2" fill-rule="nonzero"></path>
<polygon id="arrow" stroke="#6715a2" fill="#none"
points="24.608984 151.235172 -7.28001343e-14 126.473546 25.0678701 101.598979 31.9828322 108.479566 13.7781134 126.477197 31.4717011 144.460058">
</polygon>
</g>
</g>
</svg>
</div>
<svg width="288px" height="192px" viewBox="0 0 288 192" class="logo">
<title>Logo</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Logo" transform="translate(1.341906, 0.915366)">
<path
d="M30.8379323,77.6482335 C32.1379323,77.6444757 32.9101777,76.9150229 33.1531175,75.3144674 L41.4115191,20.776339 C43.2206626,19.7590508 46.0729079,19.0328535 48.9329079,19.0334351 C54.7829079,19.0346247 57.556334,23.102068 56.2255934,32.3985316 L50.0484647,74.8317684 C49.8055249,76.4308908 50.4341344,77.6959573 51.9941344,77.6916965 L66.6156431,77.6916965 C67.9156431,77.6876902 68.572481,76.7664489 68.6869717,75.3144674 L75.1081629,35.4364084 C75.8354313,30.5022768 75.7842507,25.7137697 75.0908247,21.6507515 C77.4153154,20.199971 80.6529079,19.0398854 83.7729079,19.0405199 C90.0129079,19.0417888 93.046334,23.1016559 91.7155934,32.3806815 L85.5384647,74.7343578 C85.4255249,76.3301152 86.0227929,77.6527428 87.5827929,77.6482335 L102.119491,77.6482335 C103.419491,77.6444757 104.538627,76.5658288 104.653117,75.116572 L110.728163,35.4127502 C113.627931,14.8469696 104.369736,0.0648524895 86.4297362,0.0431615774 C79.9297362,0.0353025513 73.3230002,2.20413502 67.2517734,5.826705 C63.1830002,2.19304266 57.5697362,0.00826750153 51.0697362,3.02020337e-05 C43.0097362,-0.00933671695 33.5430002,2.16061883 25.9117734,5.7894168 C24.7479771,6.37034753 24.2372827,7.24289752 23.9896901,8.406703 L13.9084647,74.9309632 C13.6670758,76.6787249 14.4579323,77.6955816 15.8879323,77.6916965 L30.8379323,77.6482335 Z M141.91441,79.2071928 C161.02441,79.1499057 172.742744,68.720217 175.537326,50.5257747 L178.331909,32.337117 C180.872696,14.7313176 170.316052,0.144586923 152.506052,0.123020231 C134.436052,0.101205099 121.812372,10.9421783 119.140034,28.4579786 L116.60235,46.4133171 C113.809318,64.8088781 124.49441,79.2591453 141.91441,79.2071928 Z M143.921239,60.2596994 C137.811239,60.271802 135.031609,55.648296 136.125613,48.5586612 L138.915544,29.8983555 C139.885752,23.39034 144.259224,19.05282 150.499224,19.0540886 C156.739224,19.0553578 159.526608,24.4010534 158.5564,30.9023431 L155.764919,49.3988743 C154.797813,56.1919419 150.681239,60.2462592 143.921239,60.2596994 Z M197.084511,77.1655239 C198.384548,77.1617661 199.163648,76.294566 199.422119,74.8522707 L207.815443,21.6594136 C210.024361,20.6510414 212.883584,19.9311226 216.263579,19.9316542 C218.993575,19.9320836 221.593882,20.2204624 223.804345,20.6526799 C225.234499,20.7968069 226.27372,20.0771777 226.402008,18.4937693 L228.726737,4.38917538 C228.985177,2.95015164 228.333938,1.79799647 226.903642,1.50850027 C223.132752,0.640364923 219.622327,0.20420225 216.112368,0.199890571 C207.922464,0.190056003 199.604865,2.34230015 192.069077,6.2277616 C191.029698,6.80371731 190.380621,7.66850761 190.121999,8.96633499 L179.92114,74.4733263 C179.662806,76.06142 180.444045,77.2136235 182.004089,77.2091405 L197.084511,77.1655239 Z M251.057042,78.88084 C262.367042,78.8468497 271.16982,75.3737658 278.132436,70.0424774 C279.294681,69.3217891 279.410723,68.0295478 278.875213,66.5952986 L273.425792,55.5512216 C272.758732,53.9727967 271.717181,53.830921 270.428037,54.8383724 C265.26526,58.2949582 259.310074,60.6054786 253.590074,60.6170067 C246.440074,60.6314167 243.27975,56.8983081 244.497551,49.2738604 L244.865838,47.2599713 L281.005838,47.2129387 C282.305838,47.2112469 283.078083,46.4926491 283.322574,45.0571752 L285.382134,31.1352881 C288.664147,10.043555 276.728684,0.273248408 260.088684,0.25309841 C244.358684,0.234110458 230.933291,8.99650361 228.016463,27.8500341 L224.861347,48.7256621 C222.072968,67.4480443 234.027042,78.9315979 251.057042,78.88084 Z M266.030745,32.8675963 L247.050745,32.8777253 L247.65887,28.995129 C248.755976,22.2371795 253.005652,18.4999547 258.595652,18.5012628 C265.225652,18.502815 267.489935,23.5305333 266.641972,29.2762169 L266.030745,32.8675963 Z"
id="more" fill="#FFFFFF" fill-rule="nonzero"></path>
<path
d="M60.424239,165.584931 C62.634239,165.584931 65.1029741,165.297467 67.0510768,164.866316 C68.3504443,164.722612 68.9966497,163.860342 69.2503253,162.423227 L71.2715085,149.058567 C71.6532868,147.190494 70.7401246,146.471672 69.1807571,146.614886 L65.6707571,146.613775 C60.3407571,146.612086 58.2455786,143.161698 59.2571188,136.693959 L63.5550582,108.957087 L74.2150582,108.967253 C75.6450582,108.968617 76.421896,108.250889 76.6749392,106.670512 L78.6967548,93.4532355 C78.949798,91.8729853 78.1647385,90.7224978 76.6047385,90.7205286 L66.2047385,90.7074001 L66.5840668,88.5248382 C66.70711,86.9441572 66.1515985,86.4341923 64.5915985,86.4313704 L48.8314186,86.4313704 C47.4014186,86.4294221 47.6426632,87.7202222 47.3889876,89.1574039 L40.0095296,134.959241 C36.7218656,155.951018 45.994239,165.584931 60.424239,165.584931 Z M99.980555,165.584769 C109.990555,165.584769 119.601068,163.430842 126.99842,160.559646 C128.166522,160.129034 128.682095,159.124106 128.936403,157.83203 L134.626396,121.513907 C138.041531,99.9848673 128.884611,87.0538179 111.204611,87.0303256 C100.674611,87.0164241 90.935995,89.5893565 84.7143357,93.7479 C83.9368654,94.3216582 83.9412925,95.3273885 84.3369845,96.6209238 L88.4188444,108.40614 C88.9458012,109.986943 89.9870661,110.275239 91.4139039,109.558283 C95.3050498,107.550888 101.149358,106.263903 106.869358,106.269622 C115.059358,106.277811 116.896434,110.156717 115.757423,117.191958 L115.507542,119.489335 C112.25438,118.768776 108.352483,118.334852 104.452483,118.331749 C87.8124827,118.318509 77.1796775,124.488805 75.0310241,138.425972 C72.4999599,154.088546 81.780555,165.584769 99.980555,165.584769 Z M102.3715,147.630821 C96.6515001,147.629105 93.5201163,145.042416 94.4060836,139.583998 C95.0371104,135.274805 98.4069914,132.978269 104.776991,132.981754 C107.636991,132.983324 110.628889,133.415796 113.101418,133.991552 L111.336441,146.484631 C108.99897,147.058345 105.3615,147.631716 102.3715,147.630821 Z M150.698813,190.98663 C151.998813,190.986065 152.905018,190.124615 153.028694,188.689472 L157.202957,162.42757 C160.461811,164.436598 164.886871,165.584504 169.826871,165.584483 C185.296871,165.58442 197.205643,153.968885 199.731016,137.048807 L202.258285,120.560385 C205.163538,101.349581 194.70156,87.2844671 175.98156,87.259652 C167.27156,87.2481739 157.271046,89.3873912 149.74749,93.1090998 C148.710019,93.6819006 148.193814,94.5423869 147.938873,95.6902366 L133.656796,188.266465 C133.403753,189.845687 134.058813,190.99318 135.618813,190.99318 L150.698813,190.98663 Z M168.316551,147.363646 C165.326551,147.362734 162.072124,146.35734 159.984535,144.634773 L165.673896,108.193612 C167.878204,106.904505 171.124409,106.046939 174.244409,106.050065 C181.264409,106.057127 184.14022,109.645809 182.621328,118.967685 L180.348367,134.17068 C178.957578,143.063533 174.946551,147.365665 168.316551,147.363646 Z M232.523187,165.584227 C243.833187,165.584227 252.658008,162.145752 259.654608,156.845909 C260.821446,156.129845 260.945754,154.84065 260.41943,153.408084 L255.040732,142.375957 C254.383775,140.799823 253.343143,140.656125 252.04757,141.658454 C246.862748,145.095091 240.892867,147.385753 235.172867,147.384011 C228.022867,147.381833 224.886424,143.654207 226.152905,136.058168 L226.53405,134.051748 L262.67405,134.070927 C263.97405,134.071617 264.750888,133.355848 265.004564,131.923629 L267.153217,118.031509 C270.570249,96.9806761 258.697243,87.2258909 242.057243,87.2037965 C226.327243,87.1829829 212.845822,95.9101692 209.808671,114.687967 L206.520375,135.474906 C203.612592,154.113506 215.493187,165.584227 232.523187,165.584227 Z M247.790807,119.735289 L228.810807,119.720603 L229.443731,115.851404 C230.584006,109.116372 234.857563,105.394429 240.447563,105.400107 C247.077563,105.406855 249.309698,110.42369 248.424996,116.153888 L247.790807,119.735289 Z"
id="tape" fill="#FFFFFF" fill-rule="nonzero"></path>
<polygon id="arrow" stroke="#75E6E0" fill="#75E6E0"
points="24.608984 151.235172 -7.28001343e-14 126.473546 25.0678701 101.598979 31.9828322 108.479566 13.7781134 126.477197 31.4717011 144.460058">
</polygon>
</g>
</g>
</svg>
</main>
<footer>
Copyright ©
<script>new Date().getFullYear() > document.write(new Date().getFullYear());</script> Moretape. All rights reserved.
</footer>
</body>
</html>