PHP Classes

File: index_old.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Fast Pages   index_old.php   Download  
File: index_old.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Fast Pages
Generate HTML for several types of pages
Author: By
Last change:
Date: 11 days ago
Size: 665 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>Gerenciador de Páginas</title>
    <link href="public/css/materialize.min.css" rel="stylesheet">
</head>
<body>
    <div class="container">
        <h3>Gerenciador de Páginas</h3>
        <form action="processar.php" method="post">
            <div class="input-field">
                <input type="number" name="num_pages" id="num_pages" required>
                <label for="num_pages">Quantas páginas?</label>
            </div>
            <button type="submit" class="btn waves-effect waves-light">Próximo</button>
        </form>
    </div>
    <script src="public/js/materialize.min.js"></script>
</body>
</html>