🎉 [aliner] Saca tema del código base de PageTop

This commit is contained in:
Manuel Cillero 2023-02-02 08:45:52 +01:00
parent e98141281a
commit fd54389cd5
5 changed files with 439 additions and 0 deletions

3
pagetop-aliner/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() -> std::io::Result<()> {
pagetop_build::bundle_resources("./static", "aliner", None)
}