34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>LOOP</title>
|
|
<base href="./">
|
|
<script src="https://kit.fontawesome.com/96dcb489df.js" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<a href="file:///home/devel/Desktop/loop-code/assets/main.html"><img src="logo.png" class="logo"></a>
|
|
</header>
|
|
|
|
<h1>Let your favorite songs play on LOOP.</h1>
|
|
|
|
|
|
<div class="login-container">
|
|
<input type="text" placeholder="Username" required>
|
|
<input type="password" placeholder="Password" required>
|
|
<a href="file:///home/devel/Desktop/loop-code/assets/front.html" class="button">Log In</a>
|
|
</div>
|
|
|
|
<h2>Don't have an account ?<a href="" class="orange"> Sign up now.</a> </span></h2>
|
|
|
|
<script src="script.js"></script>
|
|
|
|
</body>
|
|
</html>
|
|
|