45 lines
1.2 KiB
HTML
45 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Homepage</title>
|
|
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
|
|
<link rel="stylesheet" href="/website/assets/css/index.css">
|
|
</head>
|
|
<body>
|
|
<nav> |
|
|
|
|
<a href="/website/index.html" >Home</a> |
|
|
|
|
<a href="/website/about.html" >About</a> |
|
|
|
|
<a href="/website/blog.html" >Blog</a> |
|
|
|
|
</nav>
|
|
<div>
|
|
<h1>Welcome!</h1>
|
|
</div>
|
|
<div id="image00">
|
|
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px">
|
|
</div>
|
|
<nav> |
|
|
|
|
<a href="/website/terms.html" >Terms</a> |
|
|
|
|
<a href="/website/privacy.html" >Privacy</a> |
|
|
|
|
<a href="/website/blog.html" >Blog</a> |
|
|
|
|
<a href="/website/imprint.html" >Imprint</a> |
|
|
|
|
</nav> <nav>
|
|
|
|
<a href="/website/index.html" > Home</a>
|
|
|
|
<a href="/website/about.html" > About</a>
|
|
|
|
<a href="/website/blog.html" > Blog</a>
|
|
|
|
</nav>
|
|
</body>
|
|
</html> |