-
Notifications
You must be signed in to change notification settings - Fork 1
/
fl.html
41 lines (36 loc) · 1.65 KB
/
fl.html
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
37
38
39
40
41
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>FLES download</title>
<meta name="description" content="Download for FLES">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="styles/materialize.min.css" />
<link rel="stylesheet" href="styles/main.scss">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
</head>
<body style="width: 100%; height: 1920px; margin: 0 auto; text-align: center;">
<div id="particles"></div>
<div style="height: 1080px; padding:25%">
<div class="container">
<div class="row" style="margin-top: 8rem; margin-bottom: 8rem">
<img src="/images/fleslogo.svg" class=" " style="text-align: center; max-width: 400px; width: 100%;">
</div>
</div>
<div class="container">
<div class="row text-center">
<a href="/static/downloads/FLES.zip" class="waves-effect waves-light btn-large dl-btn-right hover-rot-2"
style="margin-top: 1rem; margin-bottom: 1rem; border-radius: 999rem 999rem 999rem 999rem;">
<i class="material-icons left">file_download</i>Download
</a>
</div>
</div>
</div>
<script type="module" src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
<script type="module" src="scripts/download.js"></script>
</body>
</html>