mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 16:19:13 +00:00
12 lines
284 B
HTML
12 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Redirecting...</title>
|
|
<script>
|
|
sessionStorage.redirect = location.href
|
|
</script>
|
|
<meta http-equiv="refresh" content="0; url=/" />
|
|
</head>
|
|
<body></body>
|
|
</html> |