PHP Classes

File: views/index.php

Recommend this page to a friend!
  Classes of Hillary Kollan   Scopr   views/index.php   Download  
File: views/index.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: 732 bytes
 

Contents

Class file image Download
<?php include('header.php') ?>

<body>
    <div class="wrapper indexPage">
        <div class="mainSection">
            <div class="logoContainer">
                <img src="./public/images/scopr.png" alt="" class="src">
            </div>

           
                <div class="searchContainer">
                    <form action="search" method="GET">
                        <input type="text" value="" name="term" class="searchBox">
                        <input type="hidden" name="type" value="web">
                        <input type="submit" value="Find" class="searchButton">
                    </form>
                </div>
                        
        </div>
    </div>
</body>

<?php include('header.php') ?>