PHP Classes

File: example/index.php

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   Legato PHP Asset Management   example/index.php   Download  
File: example/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Legato PHP Asset Management
Get versioned URLs for CSS, JavaScript and images
Author: By
Last change:
Date: 5 years ago
Size: 424 bytes
 

Contents

Class file image Download
<?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>