Stephen Seo
d89117430d
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
Add example config using "_FILE" variables. Increase limit of config value size from 256 to 1024.
33 lines
349 B
HTML
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>
|