beginning of login php

This commit is contained in:
1776123 2020-05-19 21:28:42 -04:00
parent eab705d618
commit 97ebf39598
2 changed files with 14 additions and 1 deletions

13
log.php Normal file
View File

@ -0,0 +1,13 @@
<!--link href='https://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type="text/css">
link rel="stylesheet" type="text/css" href="css/login.css"-->
<html>
<head>
<title>Information Gathered</title>
</head>
<body>
<?php
echo "<p>Data processed</>";
data_default_timezone_set('UTC');
?>
</body>
</html>

View File

@ -135,7 +135,7 @@ span.psw {
<div id="id01" class="modal">
<form class="modal-content animate" action="/action_page.php" method="post">
<form action="log.php" method="post">
<div class="imgcontainer">
<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">&times;</span>
<img src="img_avatar2.png" alt="Avatar" class="avatar">