Select Git revision
-
Hof, Konstantin authoredHof, Konstantin authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.php 413 B
<html>
<body align='center'>
<h1> Welcome to HC - Hospital Catedral</h1>
<h2> Department of Innovative Technologies </h2>
<hr>
<br>
<h3> Here you can verify any COVID 19 Certificate issued by HC.</h3>
<h4> Example Certificate ID: HC-20211337</h4>
<br>
<br>
<form action="verify.php" method="get">
Certificate ID: <input type="text" name="cert_id">
<input type="submit" value="Verify">
</form>
</body>
</html>