tak / index.html
mbasaranoglu's picture
Upload index.html
071e4bc verified
Raw
History Blame Contribute Delete
283 Bytes
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video Link Sistemi</title>
</head>
<body>
<script>
window.location.href = 'login.html';
</script>
</body>
</html>