parent
89ee87c59e
commit
7c6befe24d
@ -0,0 +1,13 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../styles/styleLogin.css" media="screen">
|
||||||
|
<title>Wiki Fantasy : Login</title>
|
||||||
|
<link rel="icon" href="./images/Logo.ico">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Login</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,8 @@
|
|||||||
|
body{
|
||||||
|
background-color: #120b1d ;
|
||||||
|
}
|
||||||
|
|
||||||
|
p{
|
||||||
|
color : white;
|
||||||
|
font-family: lemon;
|
||||||
|
}
|
Loading…
Reference in new issue