-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfaq.html
More file actions
51 lines (51 loc) · 2.39 KB
/
faq.html
File metadata and controls
51 lines (51 loc) · 2.39 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FAQ - Range Engine</title>
<meta name="description" content="Clear you doubts about Range Engine licensing, development and goals"/>
<meta name="theme-color" content="#002fe6">
<meta property="og:type" content="website" />
<meta property="og:title" content="FAQ [Frequently Asked Questions] - Range Engine"/>
<meta property="og:description" content="Clear you doubts about Range Engine licensing, development and goals"/>
<meta property="og:site_name" content="Range Engine"/>
<meta property="og:image" content="https://rangeengine.tech/img/webp/ogp_splash.webp"/>
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.min.css"/>
<link rel="shortcut icon" href="img/webp/favicon.webp"/>
<script src="js/main.js" defer></script>
</head>
<body>
<div id="loading">
<div></div>
</div>
<div id="header"></div>
<section class="indexsec" style="padding-top:150px;padding-bottom:100px;">
<video class="backvideo" poster="img/webp/posterback.webp" preload="metadata" autoplay muted playsinline loop>
<source src="img/Background_RangeWebsite.mp4" type="video/mp4">
</video>
<script src="js/parallax.js" defer></script>
<div class="splashhome">
<div class="sobreoprojeto">
<p class="splashtitsec" style="font-size:25px;letter-spacing:-1px;">Frequently Asked Questions</p>
<h1 class="splashtitsec">About Range Engine</h1>
<!--hr>
<h2 class="splashtitsec" style="font-size:25px;letter-spacing:-1px;">Some commom doubts about Range Engine</h2-->
</div>
</div>
</section>
<div id="faq"></div>
<div id="footer"></div>
<!--Page Loading Ends Here-->
<script>
var loader = document.getElementById("loading");
window.addEventListener("load", function(){
loader.style.display = "none";
})
</script>
<!---->
</body>
</html>