-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (23 loc) · 1.79 KB
/
index.html
File metadata and controls
33 lines (23 loc) · 1.79 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
<meta charset="utf8">
<meta name="color-scheme" content="light dark">
<style> @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body{
font-family: "Nunito", system-ui;
font-optical-sizing: auto;
font-weight:500;
color:white;
}
</style>
<body style="background:#DE11BA;display:flex;flex-direction:column;align-items:center;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width: 50%;height:50%">
<rect stroke-width="0" rx="64" id="svg_13" height="512" width="512" y="0" x="0" stroke="#FFF" fill="url(#grad)"></rect>
<path id="left-eye-up" class="eye" d="m210,178 l 0,-68" stroke-width="18" stroke-linecap="round" stroke="#FFF" fill="transparent"></path>
<path id="left-eye-down" class="eye" d="m210,178 l 0,68" stroke-width="18" stroke-linecap="round" stroke="#FFF" fill="transparent"></path>
<path id="right-eye-up" class="eye" d="m302,178 l 0,-68" stroke-width="18" stroke-linecap="round" stroke="#FFF" fill="transparent"></path>
<path id="right-eye-down" class="eye" d="m302,178 l 0,68" stroke-width="18" stroke-linecap="round" stroke="#FFF" fill="transparent"></path>
<path class="mounth" id="mounth-right" d="M 255.29 411.9245 C 276.773 411.9245 293.4386 406.6049 299.8556 404.2055 C 349.7594 385.5125 384.6065 334.6415 388.6427 274.61" stroke-width="18" stroke-linecap="round" stroke="#FFF" fill="none"></path>
<path class="mounth" id="mounth-left" d="M256.6106 411.9245C235.1276 411.9245 218.462 406.6049 212.045 404.2055 162.1412 385.5125 127.2941 334.6415 123.2579 274.61" stroke-width="18" stroke-linecap="round" stroke="#FFF" fill="none"></path>
</svg>
<h1>Sunucu Kaynaklı Erişim Problemlerimiz vardır.</h1>
<h2>En yakın sürede yayında olacağız</h2>
</body>