Skip to content

Instantly share code, notes, and snippets.

View clowdcap's full-sized avatar
🥦

José Marinho clowdcap

🥦
View GitHub Profile
@gabcarvalhogama
gabcarvalhogama / index.php
Last active December 22, 2023 19:58
Como criar um sistema de Login em PHP(Sem MySQL)
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Sistema de Login :: Toolmmer</title>
<meta charset="UTF-8" />
<!-- Estilos da Index.php -->
<style type="text/css">
body{
background: linear-gradient(45deg, #f0f9ff 10%, #cbebff 47%, #a1dbff 100%);
}