summaryrefslogtreecommitdiff
path: root/htdocs/src/header.inc.php
blob: f2966e4bde1247716fc47bd2dc78f0940c27efcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
    <title><?= $CONFIG['sitetitle'] ?></title>

    <link rel="stylesheet" href="<?= $CONFIG['urlroot'] ?>/css/main.css" />

</head>
<body>
<div id="header">
    <p><img src="<?= $CONFIG['urlroot'] ?>/images/logo.png" 
        alt="<?= $CONFIG['sitetitle'] ?>" /></p>

    <div id="about">
        Foursquare community is a place...
    </div>
</div>

<div id="nav">
    <ul>
        <li><a href="" class="button">Create Post</a></li>
        <li><a href="" class="button">Safety Tips</a></li>
        <li><a href="" class="button">Contact Us</a></li>
    </ul>
</div>

<div id="buttonblock">
    <p>What are you looking for?</p>
</div>

<div id="content">