Spaces:
Runtime error
Runtime error
File size: 481 Bytes
68215ef 15fc415 8e9fe4d 137c62e 15fc415 8e9fe4d 15fc415 8e9fe4d 68215ef |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!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 onload="getClientSettings()">
<header>
<h1><a href="/">Websurfx</a></h1>
{{>navbar}}
</header>
|