13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="th">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Redirecting...</title>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to <a href="/blog">Blog</a>...</p>
|
|
<script>window.location.href='/blog';</script>
|
|
</body>
|
|
</html>
|