-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
36 lines (36 loc) · 1.47 KB
/
Index.html
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
34
35
36
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Welcome</title>
<link rel="stylesheet" href="IndexCSS.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body background="https://cdn.wallpapersafari.com/40/29/yUNO4z.jpg">
<div class="w3-container">
<div class="MainMenuTitle w3-animate-top">
<b>Welcome To Guitar World</b><br>
<img src="https://cdn2.iconfinder.com/data/icons/thesquid-ink-40-free-flat-icon-pack/64/gibson-les_paul_guitar_bass-512.png" alt="TitleIcon" width="128" height="128">
</div>
<table align="center">
<tr>
<td class="formBackground w3-animate-bottom">
<form class="" action="login.php" method="post" align = "center">
<p id="errorLog" class="errorLog"></p><br>
<input id="username_log" type="text" name="Username_login" placeholder="Username..." class="Texts"><br>
<input type="password" name="pass_login" placeholder="Password..." class="Texts"><br>
<input type="submit" name="login_button" value=" Login " class="Buttons"><br>
</form>
<form class="" action="signup.php" method="post" align = "center">
<input type="submit" name="SignButton" value="Sign Up" class="Buttons">
</form>
<br><center>
By clicking Sign up, you agree to our terms of <br>
service and privacy statement.We’ll occasionally<br>
send you account related emails.</center>
</td>
</tr>
</table>
</div>
</body>
</html>