afacanc38.github.io/index.html

18 lines
690 B
HTML
Raw Normal View History

2021-04-03 15:52:14 +03:00
<!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">
2021-04-03 15:58:40 +03:00
<title>Ana Sayfa</title>
2021-04-03 15:52:14 +03:00
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul class="nav">
2021-04-10 19:05:35 +03:00
<li style="float: left;"><a class="active" href="#"><b>Etkinlikler</b></a></li>
2021-04-03 15:52:14 +03:00
<li style="float: right;"><a href="#"><img src="images/kontrol.svg" alt="kontrol"></a></li>
2021-04-10 19:05:35 +03:00
<li style="float: none; width: max-content; margin: auto;"><a href="#"><b>Pzt 12:00</b></a></li>
2021-04-03 15:52:14 +03:00
</ul>
<iframe class="web" src="merhaba.html" frameborder="0"></iframe>
</body>