user login, register, hashed passwords, announcements start
This commit is contained in:
15
StudentHouseDashboard/WebApp/Pages/Announcements.cshtml
Normal file
15
StudentHouseDashboard/WebApp/Pages/Announcements.cshtml
Normal file
@@ -0,0 +1,15 @@
|
||||
@page
|
||||
@model WebApp.Pages.AnnouncementsModel
|
||||
@{
|
||||
ViewData["Title"] = "Announcements";
|
||||
}
|
||||
|
||||
<div class="card" style="width: 18rem;">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Card title</h5>
|
||||
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
<a href="#" class="card-link">Card link</a>
|
||||
<a href="#" class="card-link">Another link</a>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user