You've already forked AstralRinth
forked from didirus/AstralRinth
32 lines
695 B
Handlebars
32 lines
695 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link href="static/css/main.css" rel="stylesheet" type="text/css">
|
|
<link href="static/css/search.css" rel="stylesheet" type="text/css">
|
|
|
|
<title>Search</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header class="site-header">
|
|
<div class="temp-circle-logo"></div>
|
|
<h2>Site Name</h2>
|
|
|
|
<div class="links-container">
|
|
<a href="home">home</a>
|
|
<a href="mods">mods</a>
|
|
<a href="modpacks">modpacks</a>
|
|
<a href="about">about</a>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|