24 lines
643 B
HTML
24 lines
643 B
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>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>How Bad is My Batch</h1>
|
|
<p>
|
|
<ul>
|
|
<li><a href="moderna.html">Moderna</a></li>
|
|
<li><a href="pfizer.html">Pfizer</a></li>
|
|
<li><a href="janssen.html">Janssen</a></li>
|
|
<li><a href="modernaInternational.html">Moderna - Outside of the USA</a></li>
|
|
<li><a href="pfizerInternational.html">Pfizer - Outside of the USA</a></li>
|
|
<li><a href="janssenInternational.html">Janssen - Outside of the USA</a></li>
|
|
</ul>
|
|
</p>
|
|
</body>
|
|
|
|
</html> |