Yurdle/index.php

40 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="İzmir Fen Lisesi için Yurdle">
<meta name="keywords" content="yurdle,wordle,ifl,izmirfen">
<meta name="author" content="Aliberk Sandıı">
<link rel="stylesheet" href="/assets/css/main.css">
<title>Yurdle | İFL</title>
</head>
<body>
<div class="main-scrollable">
<header class="centered">
<h1 class="centered">Yurdle</h1>
</header>
<article class="sections">
<div class="section" style="height:100vh">
<form class="centered" style="margin-top: 10vh;">
<label style="margin-bottom:1vh;" for="mainInput">Yurtlu Öğrencinin İsmini Giriniz</label>
<input class="input" type="text" id="mainInput" name="mainInput" />
</form>
<div style="margin-top:auto;text-align:center;">Veri Sorumlusu: Ömer Arda Muratoğlu.<br>Her türlü kaldırılmasını, eklenmesini ve/veya değiştirilmesi istediğiniz veriler için kendisi ile iletişime geçiniz !</div>
</div>
</article>
<footer>
<div class="copyright" style="text-align: center;">2024 🄯 <a href="https://asandikci.com/">Aliberk Sandıı</a></div>
</footer>
</div>
</body>
</html>