Skip to content

Instantly share code, notes, and snippets.

@kgashok
Last active March 10, 2020 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgashok/5706d628968e0cc16c8ab41c7f5eb22f to your computer and use it in GitHub Desktop.
Save kgashok/5706d628968e0cc16c8ab41c7f5eb22f to your computer and use it in GitHub Desktop.
virus
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<title>virus</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {font-family: "Lato", sans-serif;}
.mySlides {display: none}
</style>
</head>
<body class="stackedit">
<div class="stackedit__html">
<table>
<thead>
<tr>
<th align="left">Virus</th>
<th align="left">Source</th>
<th align="left">Animal</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">SARS (2003)</td>
<td align="left">China</td>
<td align="left">bat / pig</td>
</tr>
<tr>
<td align="left">MERS (2012)</td>
<td align="left">Middle-East</td>
<td align="left">camel</td>
</tr>
<tr>
<td align="left">H1N1 (2009)</td>
<td align="left">USA (N Carolina) -&gt; Mexico</td>
<td align="left">pig (<em>aka</em> swine)</td>
</tr>
<tr>
<td align="left">Ebola (2014)</td>
<td align="left">Republic of Congo</td>
<td align="left">bats, chimpanzees, gorillas, baboons</td>
</tr>
<tr>
<td align="left">Zika (1947)</td>
<td align="left">Uganda</td>
<td align="left">mosquito</td>
</tr>
<tr>
<td align="left">Covid-19 (2019)</td>
<td align="left">China</td>
<td align="left">bat / snake</td>
</tr>
</tbody>
</table></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment