24 lines
617 B
HTML
24 lines
617 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>Anarchy Streaming.</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../styles/styles.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="whole-wrapper">
|
||
|
<div class="nav-wrapper">
|
||
|
<a class="home-link" href="/">Home</a>
|
||
|
<a class="about-link" href="/about">About</a>
|
||
|
<a class="news-link" href="/news">News</a>
|
||
|
</div>
|
||
|
<div class="title-wrapper">
|
||
|
<h1 class="title">Anarchy Streaming</h1>
|
||
|
</div>
|
||
|
<div class="subtitle-wrapper">
|
||
|
<p class="subtitle">Your favorite content creator's paradise</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|