mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2024-11-22 12:31:02 +01:00
Added services
This commit is contained in:
parent
8f8c2b9930
commit
83c8c5b240
32
index.html
32
index.html
@ -1,5 +1,35 @@
|
||||
<html>
|
||||
<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>
|
||||
<body>
|
||||
<h1>Welcome</h1>
|
||||
<div id="container">
|
||||
<h1>Welcome to Veen.World!</h1>
|
||||
<h2>Services</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://services.veen.world">
|
||||
Services
|
||||
</a>
|
||||
<a href="https://wiki.veen.world">
|
||||
Wiki
|
||||
</a>
|
||||
<a href="https://blog.veen.world">
|
||||
Blog
|
||||
</a>
|
||||
<a href="https://forum.veen.world">
|
||||
Forum
|
||||
</a>
|
||||
<a href="https://cloud.veen.world">
|
||||
Cloud
|
||||
</a>
|
||||
</li>
|
||||
<ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user