13 lines
333 B
HTML
13 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting...</title>
|
|
<meta http-equiv="refresh" content="0; URL=directives.html">
|
|
<link rel="canonical" href="directives.html">
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to... <a href="directives.html">directives.html</a>.</p>
|
|
</body>
|
|
</html>
|