-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.tpl
33 lines (28 loc) · 1.06 KB
/
index.tpl
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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="">
<title></title>
<!-- Place your stylesheet here-->
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header class="main-container">
<div>
<span class="version">Current Version: {{version}}</span>
<span class="players">Players: {{players}}</span>
</div>
<div class="welcome-message">
<a href="/"><img src="img/logo.png" alt=""></a>
<a class="gmpa-btn" href="download">Download</a>
<a class="gmpa-btn" href="https://gothic-multiplayer-accrescere.fandom.com/ru/wiki/Gothic_Multiplayer_Accrescere_%D0%B2%D0%B8%D0%BA%D0%B8" target="_blank">Wiki</a>
<a class="gmpa-btn" href="#">Forums</a>
<a class="gmpa-btn" href="lobby">Lobby</a>
</div>
</header>
</body>
</html>