PHP Classes

File: views/header.php

Recommend this page to a friend!
  Classes of Hillary Kollan   Scopr   views/header.php   Download  
File: views/header.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Scopr
Crawl and search Web site pages, images and news
Author: By
Last change:
Date: 1 year ago
Size: 792 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="UTF-8">
    <meta name="description" content="Search the web">
    <meta name="keywords" content="Search engine, Scopr, Websites, Images, Videos, News">
    <meta name="author" content="Sadat Kollan">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
    <script src="./public/scripts/jquery.js"></script>
    <script src="./public/scripts/fancybox.js"></script>

    <link rel="stylesheet" href="./public/styles/fancybox.css">
    <link rel="stylesheet" href="./public/styles/style.css">
    <link rel="stylesheet" href="./public/styles/search.css">
    <title>Scopr - Find Everything</title>
</head>