33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>How Bad is My Batch</title>
|
|
<link rel="stylesheet" type="text/css" href="forkMeOnGitHub.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span>
|
|
<h1>How Bad is My Batch</h1>
|
|
<p>
|
|
<ul>
|
|
<!-- FK-TODO: combine moderna and modernaInternational. Dito other companies -->
|
|
<li><a href="batchCodeTable.html?company=moderna&companyName=Moderna&title=Moderna">Moderna</a></li>
|
|
<li><a href="batchCodeTable.html?company=pfizer&companyName=Pfizer&title=Pfizer">Pfizer</a></li>
|
|
<li><a href="batchCodeTable.html?company=janssen&companyName=Janssen&title=Janssen">Janssen</a></li>
|
|
<li><a
|
|
href="batchCodeTable.html?company=modernaInternational&companyName=Moderna&title=Moderna - Outside of the USA">Moderna
|
|
- Outside of the USA</a></li>
|
|
<li><a
|
|
href="batchCodeTable.html?company=pfizerInternational&companyName=Pfizer&title=Pfizer - Outside of the USA">Pfizer
|
|
- Outside of the USA</a></li>
|
|
<li><a
|
|
href="batchCodeTable.html?company=janssenInternational&companyName=Janssen&title=Janssen - Outside of the USA">Janssen
|
|
- Outside of the USA</a></li>
|
|
</ul>
|
|
</p>
|
|
</body>
|
|
|
|
</html> |