-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
23 lines (21 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=dist/" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sail Instruments</title>
</head>
<body style="background-color: #4682b4;">
<div style="
position: absolute;
left: 50%;
right: 50%;
top: 50%;
bottom: 50%;
">
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="64px" height="64px" viewBox="0 0 128 128" xml:space="preserve"><rect x="0" y="0" width="100%" height="100%" fill="#4682b4" ></rect><g transform="rotate(193.969 64 64)"><linearGradient id="linear-gradient"><stop offset="0%" stop-color="#ffffff" fill-opacity="0" style="
"></stop><stop offset="100%" stop-color="#4682b4" fill-opacity="1"></stop></linearGradient><path d="M63.85 0A63.85 63.85 0 1 1 0 63.85 63.85 63.85 0 0 1 63.85 0zm.65 19.5a44 44 0 1 1-44 44 44 44 0 0 1 44-44z" fill="url(#linear-gradient)" fill-rule="evenodd"></path><animateTransform attributeName="transform" type="rotate" from="0 64 64" to="360 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform></g></svg>
</div>
</body>
</html>