This commit is contained in:
mileswa1q2
2023-11-05 22:17:45 +00:00
committed by GitHub
parent 66ed1361d6
commit 0b656dd550
4 changed files with 24 additions and 0 deletions
+1
View File
@@ -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>
View File
+23
View File
@@ -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>
View File