16 lines
No EOL
342 B
HTML
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> |