<?php
require_once __DIR__ . '/../../lab_core/hits.php';
Lab::hit('fp_python_django_path0', '/admin/login/');
header('Content-Type: text/html; charset=utf-8');
echo "<!doctype html><html><body style='background:#084d6e;color:#fff;font-family:sans-serif'>";
echo "<h1>Django administration</h1><form method='post'><input name='username'><input type='password' name='password'><button>Log in</button></form>";
echo "</body></html>";
