PHP Classes

File: app/components/style.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP Chat Application with API   app/components/style.php   Download  
File: app/components/style.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Chat Application with API
Exchange user messages on a page or using an API
Author: By
Last change:
Date: 6 months ago
Size: 437 bytes
 

Contents

Class file image Download
<?php

echo '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/' . $settings["theme_name"] . '/bootstrap.min.css">
      <link rel="stylesheet" href="style.css" />
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/fontawesome.min.css">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">'
;