ente/build/splash.html

31 lines
1.1 KiB
HTML
Raw Normal View History

2021-04-09 22:15:59 +00:00
<!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">
2021-08-04 10:06:27 +00:00
<title>ente.io | encrypted photo storage </title>
2021-04-09 22:15:59 +00:00
</head>
<body style="background-color: black;">
<div style="display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 90vh;">
2021-08-04 10:06:27 +00:00
<div style="width:64px;"><svg version="1.1" id="L9" xmlns="http://www.w3.org/2000/svg"
2021-04-09 22:15:59 +00:00
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100"
enable-background="new 0 0 0 0" xml:space="preserve">
2021-07-17 12:03:40 +00:00
<path fill="#2dc262"
2021-04-09 22:15:59 +00:00
d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50">
<animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="1s"
from="0 50 50" to="360 50 50" repeatCount="indefinite" />
</path>
2021-08-04 10:06:27 +00:00
</svg>
</div>
2021-04-09 22:15:59 +00:00
</div>
</body>
</html>