mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
9 lines
135 B
HTML
9 lines
135 B
HTML
<html>
|
|
<head>
|
|
<title>Web Server Test</title>
|
|
</head>
|
|
<body>
|
|
Hello world in index.html.
|
|
</body>
|
|
</html>
|