-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexru.html
75 lines (74 loc) · 3.32 KB
/
indexru.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
73
74
75
<!DOCTYPE html>
<html>
<link href="styles/style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="img/logo.ico" type="image/x-icon">
<title>HL2GMED Wiki</title>
<body style="background-color:#AAADAC;">
<marquee scrollamount="30" direction="right" style="border: 2px solid #000000; color: #D9470D; font-size: 40px; font-weight: bolder; line-height: 150%; text-shadow: #000000 0px 1px 1px;">Hello World!</marquee>
<head>
<title>HL2GMED Wiki</title>
<link rel="shortcut icon" href="img/logo.ico" type="image/x-icon">
<style>
.container{position: fixed; width: 1290px; height: 1900px;}
.frame{position: fixed; border: 4px solid black; right: 400px; left: 400px; top: 100px;}
.content{padding: 12px;}
</style>
</head>
<body>
<div class="container">
<div class="frame">
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<img src="img/logo.svg" alt="logo" width="120" height="100">
<div class="content">
<header><hr class="vertical" />
<h1 style="text-align: center;"><strong>Добро пожаловать на HL2GMED Вики!</strong></h1>
<p style="text-align: center; color:#ff0000;">Внимание! Это не официальное вики!</p>
<p style="text-align: center;">Добро пожаловать на HL2GMED Вики!</p>
<p style="text-align: center;">Здесь вы найдете руководства и документацию о HL2GMED {WIP}!</p>
<h4 style="text-align: center;">Выберите язык:</h4>
<nav>
<ul>
<li style="text-align: center;"><a href="index.html">Английский</a></li>
<li style="text-align: center;"><a href="indexru.html">Русский</a></li>
</ul>
</nav></header>
<article>
<section><hr />
<h2 style="text-align: center;">Список Руководств:</h2>
<nav>
<ul>
<li style="text-align: center;"><a href="tutorials\firstswep.html">First SWEP - How to make a basic SWEP gun.</a></li>
<li style="text-align: center;"><a href="tutorials\convar.html">ConVars - Adding ConVars, and functions related to them. </a></li>
<li style="text-align: center;"><a href="tutorials\concommand.html">ConCommands - Adding ConCommands, and removing them. </a></li>
</ul>
</nav>
<p> </p>
</section>
<section></section>
</article>
<article>
<section><hr />
<h2 style="text-align: center;">Ссылки:</h2>
<nav>
<ul>
<li style="text-align: center;"><a href="https://discord.com/invite/5er8wTvQu7">HL2GMED Discord Server</a></li>
<li style="text-align: center;"><a href="https://discord.com/invite/MRRUFXrfQA">Dim1xs Discord Server</a></li>
</ul>
</nav>
<p> </p>
</section>
<section></section>
</article>
<footer>
<p> </p>
</div>
</div>
</div>
</body>
</html>