Example #1
0
<?php

require_once 'template.php';
$template = new Template();
$template->top();
$template->header();
?>
    <div class="container-fluid main" id="page-top">
        <div class="row">
            <div class="col-md-12 backg">
                <div class="col-md-4 col-md-offset-4 inner col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-3">
                    <div class="text-box">
                        <h2>Sveicināti</h2>
                        <input style="color:black" value="lietotājvārds" onclick="this.value=''"><br>
                        <input  type=password style="color:black">

                        <p>
                            <a href="#" class="link-button">ielogoties</a>
                            <a href="register/index.html" class="link-button">reģistrēties</a>
                        </p>
                    </div>
                </div>
            </div>
            <div class="col-md-12 some-notes">
            </div>
        </div>
    </div>


    <div class="container-fluid features" id="section2">
        <div class="container">