en | ru

Templates

This is a sample template for the redbutton doorway page generator.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[TITLE]</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<link href="/styles/main.css" type="text/css" rel="stylesheet">
</head>

<body>  
<div class="main">
    <div class="head">
        <img src="/i/logo.gif" alt="[KEYWORD]" width="200" height="100">
    </div>

    <div class="content">
    <!-- rb:content -->
        <h1>[UCW-KEYWORD]</h1>
        [TEXT-6-10]
    <!-- /rb:content -->
    </div>


    <div class="right">
        <h3>Popular Links</h3>
        <ul>
        [RAND-UC-LINK-10-10]
        </ul>

        <h3>Menu</h3>
        <ul>
        [MENU-CATEGORY]
        </ul>
    </div>

    <div class="footer">
        &copy; 2003-2012, example.com<br>
        [UC-LINK-5] | [UC-LINK-6] | [UC-LINK-7]
    </div>

</div>
</body>
</html>