landing page

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

View File

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