Yurdle/index.php

39 lines
1.1 KiB
PHP
Raw Normal View History

2024-01-03 17:39:53 +03:00
<!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>