INIT
This commit is contained in:
commit
ff6bf238cd
5 changed files with 223 additions and 0 deletions
35
index.html
Normal file
35
index.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="style/main.css">
|
||||
<title>Hiajens Infrastructure</title>
|
||||
</head>
|
||||
<body style="background-color: #002b36">
|
||||
|
||||
<div id="main-container">
|
||||
<div id="head-container">
|
||||
<h1>Hiajens Infrastructure</h1>
|
||||
<h2>>> Start <<</h2>
|
||||
</div>
|
||||
<div class="clearfix" id="wrapper-container">
|
||||
<div id="left-container">
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Start</a></li>
|
||||
<li><a href="services.html">Services</a></li>
|
||||
<li><a href="kontakt.html">Kontakt</a></li>
|
||||
<li><a href="https://www.hiajen.de" target="_blank">Hiajen</a></li>
|
||||
<li><a href="https://peer.tube/videos/watch/9925b324-648f-4490-94cc-195c5f19f332?autoplay=1" target="_blank"> do not click</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="right-container" >
|
||||
<p>Hier sollte eigentlich irgend ein Text stehen, ich bin aber zu faul.<br>Also hier mein Avatar.</p>
|
||||
<img src="img/avatar.png" height="480" width="480" alt="avatar Image from Hiajen"/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-container">
|
||||
<marquee DIRECTION=left>CYBER CYBER CYBER</marquee>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue