23 lines
382 B
HTML
23 lines
382 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=user.html">
|
|
<meta http-equiv="Cache-Control" content="must-revalidate, no-store, no-cache">
|
|
|
|
<title>HELEN / Link Board</title>
|
|
|
|
<link rel="shortcut icon" href="../pix/icons/leaf.ico">
|
|
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|