mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-09 11:50:51 +00:00
27 lines
913 B
HTML
27 lines
913 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Yapping - coderrrrr</title>
|
|
<link rel="stylesheet" href="indeedlayout.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class='header'>
|
|
<h1>coderrrrr</h1>
|
|
</div>
|
|
<!--navigation bar! change the links to whatever you want. it's a flexbox, so you can put as many as you want. -->
|
|
<div id='navbar'>
|
|
<a href='/'>Home</a>
|
|
<a href='/yap.html'>Yapping</a>
|
|
<a href='/about.html'>About</a>
|
|
<a href='https://blog.coder.is-a.dev'>Blog</a>
|
|
<a href='https://blog.coder.is-a.dev/index.xml'>RSS</a>
|
|
</div>
|
|
<!--end of navigation bar-->
|
|
</div>
|
|
</body>
|
|
</html>
|