-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (70 loc) · 3.01 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Satisfactory-sync</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Satisfactory save synchronization tool - sync your Satisfactory saves across multiple devices and players easily">
<meta name="keywords" content="Satisfactory, game sync, save files, synchronization, multiplayer, cloud saves, free">
<meta name="robots" content="index, follow">
<meta name="google-site-verification" content="rHkHbnOGK2hIPFUN63kcc_xLsowgAbKaVaCTKtC-l9M" />
<link rel="stylesheet" type="text/css" media="screen" href="styles.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Satisfactory Sync",
"description": "A tool to synchronize Satisfactory game save files across multiple devices and players",
"applicationCategory": "GameUtility",
"operatingSystem": "Windows",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body>
<header class="nav">
<h1>Satisfactory-sync</h1>
<nav>
<ul class="navlist">
<!-- <li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="instins.html">Setup</a></li> -->
<li><button class="button"><a href="index.html">Home</a></button></li>
<li><button class="button"><a href="download.html">Download</a></button></li>
<li><button class="button"><a href="FAQ.html">FAQ</a></button></li>
<li><button class="button"><a href="instins.html">Setup</a></button></li>
</ul>
</nav>
</header>
<header class="uvod">
<h2>Welcome to the site of Satisfactory-sync</h2>
<strong>A tool that helps you sync your savegames with your friends without the need for a dedicated server.</strong>
</header>
<section class="funkce">
<div class=bubliny>
<div class="bublina">
<h3>Cost</h3>
<p>It is free! You don't have to pay for a service of any kind.</p>
</div>
<div class="bublina" id="dva">
<h3>No progress loss</h3>
<p>The script checks whether someone else isn't online to prevent progress loss due to overwrite.</p>
</div>
<div class="bublina" id="tri">
<h3>Any cloud service</h3>
<p>Thanks to the use of RClone, you can use almost any filehosting service available.</p>
</div>
</div>
</section>
<hr>
<footer>
The Author is not responsible for any kind of consequences and damages that might occur by using this program.
</footer>
</body>
</html>