Update templates/login.html
Browse files- templates/login.html +2 -0
templates/login.html
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Login</title>
|
|
|
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<h1>Login</h1>
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Login</title>
|
5 |
+
|
6 |
+
<link rel="stylesheet" type="text/css" href="style.css">
|
7 |
</head>
|
8 |
<body>
|
9 |
<h1>Login</h1>
|