PHP Classes

File: resources/views/errors/GDLibrary.php

Recommend this page to a friend!
  Packages of Amirreza Ebrahimi   URL Shortener Application   resources/views/errors/GDLibrary.php   Download  
File: resources/views/errors/GDLibrary.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: URL Shortener Application
Application to create and redirect short URLs
Author: By
Last change:
Date: 7 months ago
Size: 668 bytes
 

Contents

Class file image Download
<?php use App\Utilities\Lang; ?>

<!DOCTYPE html>
<html lang="<?= Lang::get('lang') ?>" dir="<?= Lang::get('dir') ?>">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="<?= assetUrl(Lang::get('GDLibrary')) ?>">
    <title><?= Lang::get('GD-title') ?></title>
</head>

<body>
    <div class="container">
        <h1><?= Lang::get('GD-h1') ?></h1>
        <p><?= Lang::get('GD-p1') ?></p>
        <p><?= Lang::get('GD-p2') ?></p>
        <a href="https://www.php.net/manual/en/book.image.php" class="button" target="_blank"><?=Lang::get('GD-a')?></a>
    </div>
</body>

</html>