mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-07 16:02:55 +03:00
Change dead links to Civetweb sourceforge page
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
|
||||
<!-- This file is part of the Civetweb project,
|
||||
http://code.google.com/p/civetweb -->
|
||||
http://sourceforge.net/projects/civetweb/ -->
|
||||
<head>
|
||||
<title>Civetweb chat server</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||
@@ -16,7 +16,7 @@
|
||||
<div id="logo"></div>
|
||||
<div class="rounded infobox help-message" id="motd">
|
||||
Chat room implemented using
|
||||
<a href="http://code.google.com/p/civetweb" target="_blank">Civetweb</a>
|
||||
<a href="http://sourceforge.net/projects/civetweb/" target="_blank">Civetweb</a>
|
||||
embeddable web server.
|
||||
This application was written for educational purposes demonstrating
|
||||
how web interface could be decoupled from the business logic. Not a
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
|
||||
<!-- This file is part of the Civetweb project,
|
||||
http://code.google.com/p/civetweb -->
|
||||
http://sourceforge.net/projects/civetweb/ -->
|
||||
<head>
|
||||
<title>Civetweb chat: login</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// This file is part of Civetweb project, http://code.google.com/p/civetweb
|
||||
// This file is part of Civetweb project,
|
||||
// http://sourceforge.net/projects/civetweb/
|
||||
|
||||
var chat = {
|
||||
// Backend URL, string.
|
||||
|
Reference in New Issue
Block a user