12 lines
193 B
HTML
12 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redirecting...</title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.location.replace("https://vladfaust.com");
|
|
</script>
|
|
</body>
|
|
</html>
|