-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (37 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SINC Multiplayer Mod</title>
<meta name="description" content="A multiplayer mod for 'Software Inc.'" />
<meta name="url" content="https://sincmultiplayer.net/">
<meta name="keywords" content="mutiplayer, mod, software inc" />
<meta name="og:title" content="Multiplayer Mod" />
<meta name="og:url" content="https://sincmultiplayer.net/" />
<meta name="og:image" content="http://sincmultiplayer.net/assets/Logo.png" />
<meta name="og:site_name" content="SINC Multiplayer Mod" />
<meta name="og:description" content="A multiplayer mod for 'Software Inc.'" />
<meta name="language" content="EN">
<link rel="icon" type="image/x-icon" href="./assets/Logo.png">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<main>
<section class="main-content">
<div class="image hide">
<img src="./assets/img-01.jpg">
</div>
<div class="information">
<div class="information-content">
<h1>Software Inc <br>Multiplayer Mod</h1>
<p>A <strong>Multiplayer</strong> mod for Software Inc that allows you to play with a near infinite amount of
players.</p>
<a class="btn primary" href="https://discord.gg/cZCegc6">Join the discord</a>
<a class="btn secondary disabled" aria-disabled>Download</a>
</div>
</div>
</section>
</main>
</body>
</html>