53 lines
1.7 KiB
HTML
53 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Looki2000</title>
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
<link rel = "icon" href = "assets/logo.png" type = "image/x-icon">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="index.htm"><img src="assets/logo.png" alt="Home page"></a></li>
|
|
<li><a href="">Projects</a></li>
|
|
<li><a href="" style="color: rgb(200,255,255);">GeoCube</a></li>
|
|
<li><a href="" style="color: rgb(190,255,182);">JokeWareHub</a></li>
|
|
<li><a href="">My Blender Wallpapers</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<script src="js/three.js"></script>
|
|
<script src="js/GLTFLoader.js"></script>
|
|
<script src="js/3d_home.js"></script>
|
|
|
|
<div id="over_render">
|
|
<div id="main_box">
|
|
<h1>Looki2000</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="projects_box">
|
|
<h1>About Me</h1>
|
|
<p>testowane. sussy amogus jest sus. testowy tekst służący testowaniu strony</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
<p>testowanie</p>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>© 2022 Looki2000</p>
|
|
<a href="https://www.youtube.com/c/Looki2000"><img src="https://www.youtube.com/s/desktop/7edc9c99/img/favicon_96x96.png"></a>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |