Ashes-of-Amethyst-site/_includes/header.liquid

12 lines
249 B
Plaintext
Raw Permalink Normal View History

2024-01-17 16:19:53 +00:00
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="style/theme.css">
</head>
<body>
<div id="container">
<div id="headerArea">
<div id="header"></div>
{% include nav.liquid %}
</div>