Yurdle/index.php
2024-01-03 17:39:53 +03:00

39 lines
No EOL
1.1 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 Yurtdle">
<meta name="keywords" content="yurtdle,wordle,ifl,izmirfen">
<meta name="author" content="Aliberk Sandıı">
<link rel="stylesheet" href="/assets/css/main.css">
<title>Yurtdle | İFL</title>
</head>
<body>
<div class="main-scrollable">
<header class="centered">
<h1 class="centered">Yurtdle</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 / Mezunun İsmini Giriniz</label>
<input class="input" type="text" id="mainInput" name="mainInput" />
</form>
</div>
</article>
<footer>
<div class="copyright" style="text-align: center;">2024 🄯 <a href="https://asandikci.com/">Aliberk Sandıı</a></div>
</footer>
</div>
</body>
</html>