Skip to content

Instantly share code, notes, and snippets.

View Martydevs's full-sized avatar
💭
Discovering JS :D

Andre Marti Martydevs

💭
Discovering JS :D
  • Techmarty
  • Mexico
  • 17:58 (UTC -12:00)
View GitHub Profile
@Martydevs
Martydevs / index.html
Last active December 20, 2023 18:50
Login Card Component
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<title>Vite App</title>
</head>