Skip to content

Instantly share code, notes, and snippets.

@sebacipolat
Created December 13, 2021 11:41
Show Gist options
  • Save sebacipolat/3ed49131998bf71dc394205f0206b598 to your computer and use it in GitHub Desktop.
Save sebacipolat/3ed49131998bf71dc394205f0206b598 to your computer and use it in GitHub Desktop.
version_status_web_file.html
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
table.center {
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<h2 id="ultimas-versiones-estables" align="center">Ultimas Versiones Estables:</h2>
<table class="center">
<thead>
<tr class="header">
<th>Modulo</th>
<th style="text-align: center;">Version</th>
</tr>
</thead>
<tbody>
<tr><td><strong>ui</strong></td><td style="text-align: center;"><img src="https://img.shields.io/badge/version-1.0.0-brightgreen" /></td></tr><tr ><td><strong>networking</strong></td><td style="text-align: center;"><img src="https://img.shields.io/badge/version-2.0.4-brightgreen" /></td></tr>
<tr><td><strong>analytics</strong></td><td style="text-align: center;"><img src="https://img.shields.io/badge/version-3.14.0-brightgreen"/></td></tr>
<tr><td><strong>home</strong></td><td style='text-align: center;'><img src='https://img.shields.io/badge/version-9.2.0-brightgreen'/></td></tr>
<tr><td><strong>Player</strong></td><td style="text-align: center;"><img src="https://img.shields.io/badge/version-4.0.1-brightgreen" /></td></tr>
<tr><td><strong>neo</strong></td><td style='text-align: center;'><img src='https://img.shields.io/badge/version-9.2.8-brightgreen'/></td></tr>
<tr><td><strong>npeo</strong></td><td style='text-align: center;'><img src='https://img.shields.io/badge/version-9.2.8-brightgreen'/></td></tr>
</tbody>
</table>
<body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment