PostService

This commit is contained in:
2023-06-23 15:40:59 -07:00
parent 9452454b8a
commit 98c6262a4d
19 changed files with 338 additions and 6 deletions

View File

@ -1,5 +1,10 @@
@page
<div class="container">
<div class="row p-1">
<div class="col-6">
<h1 style="text-align:center">Scan RDS barcode before starting BioRad</h1>
</div>
</div>
<div class="row p-1">
<div class="col-6">
<h1 id="data" style="text-align:center"></h1>

View File

@ -6,7 +6,7 @@
<title>Barcode Host</title>
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
</head>
<body>
<body style="background-color: #191919; color: white">
<div class="container">
<main role="main" class="pb-3">
@RenderBody()