c_simple_http/example_config/inner.html
Stephen Seo f22a523b45
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 7s
backport: remove extra '/' in URI, config changes
2024-09-24 14:53:28 +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>