landing page

This commit is contained in:
2018-10-27 04:41:25 -05:00
parent 89f50e1c6d
commit f917d4c7b2

View File

@@ -21,9 +21,9 @@
</head> </head>
<body> <body>
<div id="app"> <div id="app">
<h1>Welcome to the W4RP Services Page</h1> <div class="card-header">Welcome to the W4RP Services Page</div>
<div class="container"> <div class="card-body">
<a href="/login">Please login!</a> <a href="/login">Please Login</a>
</div> </div>
</div> </div>
</body> </body>