Skip to content

Instantly share code, notes, and snippets.

@Ifyally
Ifyally / index.html
Created December 25, 2025 01:15
Secure login
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Secure Login Demo</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
@Ifyally
Ifyally / index.html
Created December 25, 2025 01:09
Web app form Secured
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Secure Login App</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="login-container">
@Ifyally
Ifyally / index.html
Created December 25, 2025 00:43
SIMPLE LOGIN FORM
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Insecure Login App</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="login-container">