Upload project.

This commit is contained in:
StevenJW
2020-06-09 21:21:37 +01:00
parent 251cec2dac
commit 15556e92aa
196 changed files with 86759 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
@{
ViewData["Title"] = "Admin Page";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<form action="stock/low">
Product Count:
<input type="number" name="count" value="5" min="1">
<input type="submit" class="btn btn-danger" value="Low Stock">
</form>
<br />
<br />
<a class="btn btn-primary" href="/stock/index" role="button">View Stocks</a>
<br />
<br />
<a class="btn btn-primary" href="/stock/vendorproducts/supplier?=undercutters" role="button">Vendor Products</a>
<br />
<br />
<a class="btn btn-primary" href="/stock/orderrequests" role="button">Order Requests</a>
</div>

View File

@@ -0,0 +1,6 @@
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
<p>Use this page to detail your site's privacy policy.</p>