landing page

This commit is contained in:
2018-10-27 04:41:56 -05:00
parent f917d4c7b2
commit 36fb827f0d

View File

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