-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
33 lines (27 loc) · 1.02 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<title>Plagario</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Varela Round", sans-serif;}
body, html {
height: 100%;
line-height: 1.8;
}
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("domenico-loia-hGV2TfOh0ns-unsplash.jpg");
min-height: 100%;
}
</style>
<body>
<div class="bgimg-1">
<div class="w3-display-left w3-text-black" style="padding:48px">
<span class="w3-jumbo">PLAGIARISM</span><br>
<span class="w3-xlarge"> Let's Get Started..</span><br><br><br>
<a href="login.php" class="w3-btn w3-white w3-padding-large w3-large w3-margin-top w3-opacity w3-hover-opacity-off" id="login" name="login">Log In </a>
<a href="signup.php" class="w3-btn w3-white w3-padding-large w3-large w3-margin-top w3-opacity w3-hover-opacity-off" id="signup" name="signup" >Sign Up </a>
</div>
</div>