added session

This commit is contained in:
Digi
2024-09-29 08:53:01 +02:00
parent 22c245f14d
commit 6b33de27f0
7 changed files with 37 additions and 13 deletions

View File

@@ -1,4 +1,6 @@
<?php
session_start();
?>
<!DOCTYPE html>
<html lang="en">
@@ -6,4 +8,5 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>