mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 15:54:04 -05:00
7 lines
222 B
Meson
Executable File
7 lines
222 B
Meson
Executable File
# 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)
|