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