c_simple_http/example_config/inner.html
Stephen Seo d89117430d
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
Minor tweaks/fixes
Add example config using "_FILE" variables.

Increase limit of config value size from 256 to 1024.
2024-09-06 12:49:32 +09:00

33 lines
349 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="..">Back.</a>
</body>
</html>