First components for project - User Interface

This commit is contained in:
ccunatbrule
2023-02-02 16:28:06 +01:00
committed by GitHub
parent 9a513b128e
commit 9c9b508096
45 changed files with 1148 additions and 0 deletions

5
home.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
include_once('./vue/header.html');
include_once('./vue/home/index.html');
include_once('./vue/footer.html');
?>