PHP Classes

File: src/app/views/home.php

Recommend this page to a friend!
  Classes of walid laggoune   Hydrogen framework   src/app/views/home.php   Download  
File: src/app/views/home.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Hydrogen framework
Handle request by controller with configured route
Author: By
Last change: Update home.php
Date: 6 years ago
Size: 580 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>Welcome</title>
    <link href="https://fonts.googleapis.com/css?family=Josefin+Slab" rel="stylesheet">
    <link rel="stylesheet" type='text/css' href="<? echo $this->url('src/app/views/style.css'); ?>">
    <style type="text/css">
    img{
        max-width: 10%;
    }
    body{
       
    font-family: 'Josefin Slab', serif;
        font-size: 72px;
        text-align: center;
        padding-top: 15%;
        color:black;
    }
    </style>
</head>
<body>
    Hydrogen Framework <strong>4</strong><br/>
    <img src="<?php echo $this->url('src/app/views/hd.jpeg'); ?>" alt="" />
</body>
</html>