-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGiants-Editor.html
30 lines (30 loc) · 1.07 KB
/
Giants-Editor.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Giants-Editor</title>
<link rel="stylesheet" href="css/Giants-Editor.css">
<link rel="shortcut icon" href="img/My_Image.jpg">
</head>
<body>
<div id="top">
<!--Nav&Logo-->
<div id="logoname">
<a href="../index.html">
<img src="../img/logo.png" alt="logo">
</a>
</div>
<div id="nav_main">
<a href="../goldsource/index.html">Goldsource</a>
<a href="../Giants-Editor/index.html">Giants-Editor</a>
<a href="../source-engine/index.html">Source</a>
<a href="../impressum/index.html">Impressum</a>
<a href="https://www.youtube.com/channel/UCYF0tGDHZUG-jXxS6fmxCLA">Youtube Kanal</a>
<a href="https://www.youtube.com/channel/UC40b0NW-GUy5AzYnQU5jLQA">2. Youtube Kanal</a>
<hr />
</div>
</div>
</body>
</html>