reroute
This commit is contained in:
parent
c0327f2014
commit
2f8ebcf706
1 changed files with 16 additions and 1 deletions
17
index.html
17
index.html
|
|
@ -1 +1,16 @@
|
|||
hello
|
||||
<!-- 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue