-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexloading.html
More file actions
35 lines (33 loc) · 1.66 KB
/
Copy pathindexloading.html
File metadata and controls
35 lines (33 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styleloading.css" type="text/css" rel="stylesheet">
<title>Crack Loading- Интернет Магазин Видеоигр</title>
<script src="JS/jsloadingindex.js"></script>
</head>
<body>
<svg class="gegga">
<defs>
<filter id="gegga">
<feGaussianBlur in="SourceGraphic" stdDeviation="7" result="blur"></feGaussianBlur>
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 20 -10" result="inreGegga"></feColorMatrix>
<feComposite in="SourceGraphic" in2="inreGegga" operator="atop"></feComposite>
</filter>
</defs>
</svg>
<svg class="snurra" width="500" height="500" viewBox="0 0 200 200">
<defs>
<linearGradient id="linjärGradient">
<stop class="stopp1" offset="0"></stop>
<stop class="stopp2" offset="1"></stop>
</linearGradient>
<linearGradient y2="160" x2="160" y1="40" x1="40" gradientUnits="userSpaceOnUse" id="gradient" xlink:href="#linjärGradient"></linearGradient>
</defs>
<path class="halvan" d="m 164,100 c 0,-35.346224 -28.65378,-64 -64,-64 -35.346224,0 -64,28.653776 -64,64 0,35.34622 28.653776,64 64,64 35.34622,0 64,-26.21502 64,-64 0,-37.784981 -26.92058,-64 -64,-64 -37.079421,0 -65.267479,26.922736 -64,64 1.267479,37.07726 26.703171,65.05317 64,64 37.29683,-1.05317 64,-64 64,-64"></path>
<circle class="strecken" cx="100" cy="100" r="64"></circle>
</svg>
</body>
</html>