<?php require __DIR__ .'/../vendor/autoload.php'; ?> 
<!DOCTYPE html> 
<html lang="en"> 
<head> 
    <meta charset="utf-8"> 
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> 
    <title></title> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    <link href="<?= asset('css/style.css', 'v1') ?>" rel="stylesheet"> 
</head> 
<body class="body"> 
 
<h1 class="h1">Testing Version</h1> 
</body> 
</html>
 
 |