Files
HowBadIsMyBatch/index.html
frankknoll 61f233377b refactoring
2022-02-11 22:03:04 +01:00

32 lines
1.2 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>
<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>