homepage.veen.world/index.html

44 lines
1.6 KiB
HTML
Raw Normal View History

2020-10-08 15:06:58 +02:00
<html>
2020-10-08 15:28:40 +02:00
<header>
<!-- CSS only -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</header>
2020-10-08 15:06:58 +02:00
<body>
2020-10-08 15:31:48 +02:00
<div class="container">
2020-10-08 15:28:40 +02:00
<h1>Welcome to Veen.World!</h1>
<h2>Services</h2>
<ul>
<li>
<a href="https://services.veen.world">
Services
</a>
2020-10-08 15:30:37 +02:00
</li>
<li>
2020-10-08 15:28:40 +02:00
<a href="https://wiki.veen.world">
Wiki
</a>
2020-10-08 15:30:37 +02:00
</li>
<li>
2020-10-08 15:28:40 +02:00
<a href="https://blog.veen.world">
Blog
</a>
2020-10-08 15:30:37 +02:00
</li>
<li>
2020-10-08 15:28:40 +02:00
<a href="https://forum.veen.world">
Forum
</a>
2020-10-08 15:30:37 +02:00
</li>
<li>
2020-10-08 15:28:40 +02:00
<a href="https://cloud.veen.world">
Cloud
</a>
</li>
<ul>
</div>
2020-10-08 15:06:58 +02:00
</body>
</html>