mirror of
https://github.com/bolucat/Archive.git
synced 2025-11-02 12:44:34 +08:00
7 lines
222 B
Meson
7 lines
222 B
Meson
# 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)
|