<?php
include "../../root.class.php";
$html = new html();
$db = new db_safeguard();
$html->add_styles_page();

?>

<div class='form_down'>

    <form method='post' enctype='multipart/form-data'>
        <h1 contenteditable="true">tEST 1</h1>
    </form>

</div>