Update templates/protected.html
Browse files- templates/protected.html +2 -0
templates/protected.html
CHANGED
@@ -4,6 +4,8 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Protected Route</title>
|
|
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<h1>Protected Route</h1>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Protected Route</title>
|
7 |
+
|
8 |
+
<link rel="stylesheet" type="text/css" href="style.css">
|
9 |
</head>
|
10 |
<body>
|
11 |
<h1>Protected Route</h1>
|