looki2000.cubesoftware.xyz/index.htm

49 lines
1.8 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="over_render_box">
<h1>Looki2000</h1>
</div>
</div>
<!-- info boxes -->
<div class="boxes" id="box1">
<h1>GeoCube</h1> &nbsp;&nbsp;By <a href="">Cube Software</a>
<p>GeoCube will be recreation of planet on which you can buy plot for $1 and put your 3D model on to it. We are still working on it.</p>
</div>
<div class="boxes" id="box2">
<h1>JokeWareHub</h1> &nbsp;&nbsp;By <a href="">Cube Software</a>
<p>JokeWareHub will be a hacking and trolling community website on which anyone will be able to upload their software intended for joke purpose.</p>
</div>
<!-- end of info boxes -->
<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>