-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta property="og:title" content="Wecart-api">
<meta property="og:image" content="wecart_logo.png">
<link rel="icon" href="wecart_logo.png">
<meta charset="UTF-8">
<title>WeCart</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap-reboot.min.css'><link rel="stylesheet" href="./style.css">
<style>
img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
display: none;}
</style>
</head>
<body>
<!-- partial:index.partial.html -->
<header class="intro">
<h1 class="intro__headline">403</h1>
<p class="intro__subhead">You... you can't have that.</p>
</header>
<section id="lemmehaveit" class="lemmehaveit">
<div id="cupcake-canvas" class="cupcake-canvas">
<div class="cupcake-svg-container">
<svg id="cupcake-svg" class="cupcake-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 594 289">
<g fill="none" fill-rule="evenodd">
<g id="cupcake-cupcake-cupcake" class="cupcake-cupcake-cupcake" transform="translate(221 147)">
<polygon fill="#A46D91" points="0 0 150 0 126.118 77 23.882 77" transform="translate(0 65)"/>
<g transform="translate(1)">
<path fill="#D9B4E1" d="M147,65 C123.473567,32.3476562 123.042443,7.11328125 75.1325742,7.11328125 C27.222705,7.11328125 27.222705,32.3476562 1,65 C-0.851102327,67.3049807 1.7660192,69.8579856 3.1870857,72.013148 C6.73935714,77.4004553 16.084946,68.9072536 26.0901308,72.013148 C31.3734779,73.6532495 32.9551445,82.12837 39.2992966,83.1323032 C44.9367211,84.0244001 62.6215036,77.7331905 68.7159306,78.1229607 C73.896699,78.4542977 89.5299688,78.1546256 94.8015576,78.1229607 C100.338778,78.0897002 106.606709,78.5567275 111.995257,78.1229607 C116.56518,77.7550916 119.180045,78.7788902 123.473567,78.1229607 C127.261922,77.5442066 128.082452,75.8504403 131.541654,75.0474233 C135.985692,74.015787 136.936236,79.5247328 140.63558,78.1229607 C151.98734,73.821501 152.232256,72.2618497 147,65 Z"/>
<ellipse cx="75.5" cy="7" fill="#FF0000" rx="8.5" ry="7"/>
</g>
</g>
<rect id="cupcake-box" class="cupcake-box"width="230" height="170" fill="#A78C84" transform="translate(182 119)"/>
</g>
</svg>
</div>
</div>
</section>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js'></script><script src="./script.js"></script>
</body>
</html>