first commit
This commit is contained in:
8
third_party/cpp-httplib/test/www3/dir/index.html
vendored
Normal file
8
third_party/cpp-httplib/test/www3/dir/index.html
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/dir/test.html">Test</a>
|
||||
<a href="/hi">hi</a>
|
||||
</body>
|
||||
</html>
|
||||
6
third_party/cpp-httplib/test/www3/dir/meson.build
vendored
Normal file
6
third_party/cpp-httplib/test/www3/dir/meson.build
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2021 Andrea Pappacoda
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
configure_file(input: 'index.html', output: 'index.html', copy: true)
|
||||
configure_file(input: 'test.html', output: 'test.html', copy: true)
|
||||
1
third_party/cpp-httplib/test/www3/dir/test.html
vendored
Normal file
1
third_party/cpp-httplib/test/www3/dir/test.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
test.html
|
||||
Reference in New Issue
Block a user