-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
37 lines (37 loc) · 1.66 KB
/
error.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Desteklenmeyen Tarayıcı Hatası</title>
<link rel="icon" href="mediahub.png" type="image/x-icon">
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background-color: #f4f4f4;
}
h1 {
color: #333;
}
p {
color: #555;
}
</style>
</head>
<body>
<h1>Merhaba Merhaba!</h1>
<p>Neden Bu Sayfada Olduğunu Merak Ediyorsundur.</p>
<p>Sebebi Tarayıcının Eski Olması.</p>
<p>Bu Sayfada ki Özel IPTV Kanalının Bazı Videoları MKV Şeklinde Oynatılıyor.</p>
<p>Site Statik Site Olduğu İçin Videoları Sunucudan Çekemiyoruz.</p>
<p>Yani Lütfen Güncel Bir Tarayıcı İndir.</p>
<a href="https://www.google.com/chrome/"><img src="chrome.png" widht="128" height="128" alt="Google Chrome İndir"></img></a>
<a href="https://www.mozilla.org/tr/firefox/new/"><img src="firefox.png" widht="128" height="128" alt="Mozilla Firefox İndir"></img></a>
<a href="https://www.microsoft.com/tr-tr/edge/"><img src="edge.png" widht="128" height="128" alt="Microsoft Edge İndir"></img></a>
<a href="https://www.opera.com/tr"><img src="opera.png" widht="128" height="128" alt="Opera İndir"></img></a>
<a href="https://www.opera.com/tr/gx/"><img src="gx.png" widht="128" height="128" alt="Opera GX İndir"></img></a>
<a href="https://www.apple.com/tr/safari/"><img src="safari.png" widht="128" height="128" alt="Safari İndir"></img></a>
</body>
</html>