forked from ISUCT/Tprogramming_147_2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (37 loc) · 1.15 KB
/
index.html
File metadata and controls
45 lines (37 loc) · 1.15 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
<DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Подключаем CSS -->
<link rel="stylesheet" type="text/css" href="CSS\style.css" >
</head>
<!-- Top-menu-->
<body>
<div class="top-menu">
<ul>
<li><a href="Html About/Aboutme.html">О себе</a></li>
<li><a href="Html Contakts/Contacts.html">Контакты</a></li>
<li><a href="Html Skills/Skills.html">Умения</a></li>
</ul>
</div>
<div class="Front">
<p>Story</p>
<d>Once upon a time in a distant faraway galaxy ...
War! Republic shudders under attack
the ruthless lord of the Sith, Count Dooku.
Heroes fight on both sides.
Everywhere is disaster.
With the support of the separatist army, cruel
General Grivos entered the capital of the republic
and kidnapped Chancellor Palpatine -
leader of the galactic senate.
While the separatist army is trying to hide
from the surrounded capital with a valuable hostage,
two Jedi Knights perform an assignment
to rescue the captured chancellor ...</d>
</div>
<div class="bot">
<z>O . D . V</z>
</div>
</body>
</html>