webdap/views/index.erb

7 lines
209 B
Plaintext
Raw Normal View History

2022-12-10 01:59:30 -05:00
<div class="row">
<div class="twelve columns">
<h1>Welcome to Webdap!</h1>
<p>You can use this site to manage your network account. <a href="/auth/login">Click here</a> to login.</p>
</div>
</div>