From 97ebf395989f41838d000599552d7ff2aff82431 Mon Sep 17 00:00:00 2001 From: 1776123 <50336512+1776123@users.noreply.github.com> Date: Tue, 19 May 2020 21:28:42 -0400 Subject: [PATCH] beginning of login php --- log.php | 13 +++++++++++++ login2.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 log.php diff --git a/log.php b/log.php new file mode 100644 index 0000000..824275b --- /dev/null +++ b/log.php @@ -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> diff --git a/login2.html b/login2.html index aa4dfc6..bc351ce 100644 --- a/login2.html +++ b/login2.html @@ -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">×</span> <img src="img_avatar2.png" alt="Avatar" class="avatar">