osbm.dev/index.html
2024-01-18 00:14:44 +03:00

16 lines
No EOL
342 B
HTML

<!-- just reroute to osmanbayram.com for now -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>osbm
</title>
<script>
window.location.replace("https://osmanbayram.com");
</script>
</head>
<body>
</body>
</html>