Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit b37db3b0 authored by 65160023's avatar 65160023
Browse files

Initial commit

parent 83836489
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<nav class="navbar">
<a href="all_posts.php" class="far fa-eye"></a>
<a href="login.php" class="fas fa-arrow-right-to-bracket"></a>
<a href="index.php" class="fas fa-arrow-right-to-bracket"></a>
<a href="register.php" class="fa-solid fa-plus"></a>
<?php
if($user_id != ''){
......@@ -34,7 +34,7 @@
<?php }else{ ?>
<div class="flex-btn">
<p>please login or register!</p>
<a href="login.php" class="inline-option-btn">login</a>
<a href="index.php" class="inline-option-btn">login</a>
<a href="register.php" class="inline-option-btn">register</a>
</div>
<?php }; ?>
......
File moved
......@@ -83,7 +83,7 @@ if(isset($_POST['submit'])){
<input type="password" name="c_pass" required maxlength="50" placeholder="confirm your password" class="box">
<p class="placeholder">profile pic</p>
<input type="file" name="image" class="box" accept="image/*">
<p class="link">already have an account? <a href="login.php">login now</a></p>
<p class="link">already have an account? <a href="index.php">login now</a></p>
<input type="submit" value="register now" name="submit" class="btn">
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment