-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.htm
36 lines (33 loc) · 1.5 KB
/
main.htm
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DavinciConverter</title>
<link href="main.css" rel="stylesheet">
<script src="main.tis"></script>
<script src="window.tis"></script>
</head>
<body>
<div #header>Davinci-Converter</div>
<div #centerpiece>
<div #ADD-FILES>ADD FILES</div>
<div #main-text>Add the Files you want to convert for your Davinci Project.</div>
<div #legal>This application uses <a href="https://sciter.com?ref=GirkovArpa" tabindex="0">Sciter Engine</a>, © Terra Informatica Software, Inc.</div>
<hr />
<button #open tabindex="1">Open</button>
<button #convert tabindex="2">Convert</button>
<div #spinner>
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
style="margin: auto; background: none; display: block; shape-rendering: auto;" width="44px" height="44px"
viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<circle cx="50" cy="50" fill="none" stroke="#E5E6E6" stroke-width="14" r="44"
stroke-dasharray="150.79644737231007 52.26548245743669">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s"
values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform>
</circle>
<!-- [ldio] generated by https://loading.io/ -->
</svg>
</div>
</div>
</body>
</html>