mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-20 20:10:16 -04:00
beginning of login php
This commit is contained in:
parent
eab705d618
commit
97ebf39598
13
log.php
Normal file
13
log.php
Normal 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>
|
|
@ -135,7 +135,7 @@ span.psw {
|
||||||
|
|
||||||
<div id="id01" class="modal">
|
<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">
|
<div class="imgcontainer">
|
||||||
<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
|
<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
|
||||||
<img src="img_avatar2.png" alt="Avatar" class="avatar">
|
<img src="img_avatar2.png" alt="Avatar" class="avatar">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user