idk
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<a href="dino.html">dino games</a>
|
||||
<a href="sonhgs.html">sonhgs</a>
|
||||
<a href="credits.html">credits</a>
|
||||
<a href="/login/login.html">login</a>
|
||||
<a href="https://github.com/mileswolfallen2/funforyou-wedsite/releases/tag/3.0" target="_blank">offline</a>
|
||||
<a href="/dextensify-master/dextensify-master/index2.html">unbloxer</a>
|
||||
<a href="coment.html">contacting me</a>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta ame="viewport" conten="width=devic-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>login</title>
|
||||
<link rel="stylesheet" href="/login/login.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="contaner">
|
||||
<form class="form" id="login">
|
||||
<h1 class="form__title">login</h1>
|
||||
<div class="form__message form__meaaage--error">incorect yousernam or paswored.</div>
|
||||
<div class="form__input-group">
|
||||
<input type="text" class="form__input" autofocus placeholder="username or emall">
|
||||
<div class="form__input-error-message">errer</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<script scr="./login/login.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user