This commit is contained in:
Quella777
2025-08-22 11:25:06 +08:00
commit 779497c09e
2445 changed files with 259533 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<html>
<head>
</head>
<body>
<a href="/dir/test.html">Test</a>
<a href="/hi">hi</a>
</body>
</html>

View File

@@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: 2021 Andrea Pappacoda
#
# SPDX-License-Identifier: MIT
configure_file(input: 'index.html', output: 'index.html', copy: true)
configure_file(input: 'test.abcde', output: 'test.abcde', copy: true)
configure_file(input: 'test.html', output: 'test.html', copy: true)

View File

@@ -0,0 +1 @@
abcde

View File

@@ -0,0 +1 @@
test.html