c_simple_http/example_config/example.config

11 lines
181 B
Text
Raw Normal View History

PATH=/
2024-09-06 03:42:18 +00:00
HTML='''<h1>Test HTML</h1><br>
<h2>{{{Var}}}</h2>
'''
Var='''Test var value'''
2024-09-06 03:42:18 +00:00
PATH=/inner
HTML_FILE='''example_config/inner.html'''
VAR_FILE='''example_config/var.html'''