14 lines
250 B
HTML
14 lines
250 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="refresh" content="0; url=articles.html">
|
||
|
<script>
|
||
|
window.location.href = window.location.origin + "/articles.html";
|
||
|
</script>
|
||
|
</head>
|
||
|
|
||
|
</html>
|
||
|
|