diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/civetweb/resources/itworks.html | |
parent | Initial commit. (diff) | |
download | ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.tar.xz ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/civetweb/resources/itworks.html')
-rw-r--r-- | src/civetweb/resources/itworks.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/civetweb/resources/itworks.html b/src/civetweb/resources/itworks.html new file mode 100644 index 00000000..cba3bad0 --- /dev/null +++ b/src/civetweb/resources/itworks.html @@ -0,0 +1,23 @@ +<html> +<head> +<title>Civetweb: It Works!</title> +</head> +<body> +<div style="float:right; width:100%; text-align:center;"> +</div> +<div style="float:left; height:50%; margin-bottom:-200px;"></div> +<div style="clear:both; height:400px; width:400px; margin: auto; position:relative;"> +<img src="civetweb_64x64.png" alt="logo"/> +<p> +<b style="font-size:larger"><a style="text-decoration:none" href="https://sourceforge.net/projects/civetweb/">Civetweb</a></b><br> +<i>Your web server</i> +<ul> +<li><a href="https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md">User Manual</a></li> +<li><a href="https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md">Release Notes</a></li> +<li><a href="https://sourceforge.net/projects/civetweb/">Downloads</a></li> +<li><a href="https://github.com/civetweb/civetweb">GitHub</a></li> +</ul> +</p> +</div> +</body> +</html> |