Add files via upload

This commit is contained in:
Alperen İsa 2021-04-03 15:55:24 +03:00 committed by GitHub
parent 0b1ae15173
commit c02ee34878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

17
404.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul class="nav">
<li><a class="active" href="#"><b>Etkinlikler</b></a></li>
<li style="float: right;"><a href="#"><img src="images/kontrol.svg" alt="kontrol"></a></li>
<li style="float: right"><a href="#"><b>Pzt 12:00</b></a></li>
</ul>
<iframe class="web" src="404ac.html" frameborder="0"></iframe>
</body>

14
404ac.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style-merhaba.css">
</head>
<body>
<h1>404</h1>
<p>Böyle bir sayfa yok. Olsa dükkan senin.</p>
</body>
</html>