40 lines
1.7 KiB
HTML
40 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>BeonWeb</title>
|
|
<meta charset="UTF-8" />
|
|
<meta name="author" content="Krzysztof Smaga" />
|
|
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/glacial-indifference" type="text/css"/>
|
|
<link rel="stylesheet" media="screen" href="https://krzysieksiemv.github.io/BeonWeb/stylesheet.css" />
|
|
<script src="https://kit.fontawesome.com/e4c3899c65.js" crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
<div class="nav">
|
|
<div class="intro">
|
|
<i class="fas fa-spider"></i>
|
|
<h3>BeonWeb</h3>
|
|
<p>Centrum części Internetu, gdzie ty możesz być częścią.</p>
|
|
</div>
|
|
</div>
|
|
<div class="menu">
|
|
<a href="https://krzysieksiemv.github.io/BeonWeb/">Strona główna</a>
|
|
<a href="https://krzysieksiemv.github.io/BeonWeb/s/News.html">Wiadomości</a>
|
|
<a href="https://krzysieksiemv.github.io/BeonWeb/s/Memes.html">Dzienna dawka memów</a>
|
|
<a href="https://krzysieksiemv.github.io/BeonWeb/s/Playlist.html">Rekomendowane playlisty</a>
|
|
<a href="https://krzysieksiemv.github.io/BeonWeb/s/Blog.html">Blog</a>
|
|
</div>
|
|
<div class="left-column">
|
|
<div class="profile">
|
|
<h2>NULL</h2>
|
|
</div>
|
|
<div class="end">
|
|
<i class="fas fa-blog"></i>
|
|
<div class="text">Tutaj droga przeglądania się kończy, wróc wkrótce, po coś nowego :)</div>
|
|
</div>
|
|
</div>
|
|
<div class="right-column">
|
|
<h1>Zajrzyj tutaj!</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|