mirror of
https://github.com/dsward2/macSVG.git
synced 2026-03-02 18:23:58 +01:00
39 lines
916 B
HTML
Executable File
39 lines
916 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Dynamic Server Example</title>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
<h1>
|
|
Welcome to <a href="https://github.com/robbiehanson/CocoaHTTPServer">CocoaHTTPServer</a>!
|
|
</h1>
|
|
|
|
<p>
|
|
Parts of this file are generated dynamically.<br/>
|
|
This is done via the HTTPDynamicFileResponse class.<br/>
|
|
It uses a replacement dictionary to automatically replace<br/>
|
|
tagged strings in the included Web/index.html file.<br/>
|
|
</p>
|
|
|
|
<p>
|
|
Computer name: %%COMPUTER_NAME%%<br/>
|
|
<br/>
|
|
|
|
<!-- Test 1: replacement value length > key length -->
|
|
The current time is: %%TIME%%<br/>
|
|
<br/>
|
|
Tell me a story: %%STORY%%<br/>
|
|
<br/>
|
|
|
|
<!-- Test 2: replacement value length < key length -->
|
|
The first letter of the english alphabet: %%ALPHABET%%<br/>
|
|
<br/>
|
|
|
|
<!-- Test 3: replacement value length == key length -->
|
|
The sound a duck makes: %%QUACK%%<br/>
|
|
<br/>
|
|
<br/>
|
|
Thank you. Come again.
|
|
</p>
|
|
|
|
</body>
|
|
</html> |