surfx / public /templates /header.html
neon_arch
replace commandline arguments with config.lua & add support for changing themes & coloschemes
137c62e
raw
history blame
401 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<title>Websurfx</title>
<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>
<body>
<header>{{>navbar}}</header>