39 lines
No EOL
1.1 KiB
PHP
39 lines
No EOL
1.1 KiB
PHP
<!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ıkçı">
|
||
|
||
<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ıkçı</a></div>
|
||
</footer>
|
||
</div>
|
||
|
||
|
||
</body>
|
||
|
||
</html> |