English_classes/index.php

6 lines
131 B
PHP
Raw Normal View History

2019-09-18 23:46:51 +02:00
<?php
require_once("assets/html/header.html");
include_once("./lecon.php");
require_once("assets/html/footer.html");
?>