c_simple_http/example_config/inner.html
Stephen Seo 07153f3588
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 9s
Update example config
2024-09-25 13:16:22 +09:00

34 lines
389 B
HTML

<html>
<head>
<style>
body {
color: #FFF;
background-color: #333;
}
a {
color: #AAF;
}
a:link {
color: #AAF;
}
a:visited {
color: #88B;
}
a:focus a:hover {
color: #DDF;
}
a:active {
color: #FFF;
}
</style>
</head>
<body>
<h1>Inner</h1>
{{{VAR_FILE}}}
<br>
<a href="/inner/further">further</a><br>
<a href="/">Back.</a>
</body>
</html>