0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 14:32:52 -04:00
websurfx/public/templates/header.html

17 lines
481 B
HTML
Raw Normal View History

<!doctype html>
2023-04-22 07:35:07 -04:00
<html lang="en">
<head>
<title>Websurfx</title>
2023-04-22 07:35:07 -04:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="static/colorschemes/{{colorscheme}}.css" rel="stylesheet" type="text/css" />
<link href="static/themes/{{theme}}.css" rel="stylesheet" type="text/css" />
</head>
2023-04-22 07:35:07 -04:00
<body onload="getClientSettings()">
<header>
<h1><a href="/">Websurfx</a></h1>
{{>navbar}}
</header>