Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created September 12, 2013 15:55
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 junichi11/6539855 to your computer and use it in GitHub Desktop.
Save junichi11/6539855 to your computer and use it in GitHub Desktop.
Vagrant boxes html
<!DOCTYPE html>
<head>
<title>Vagrant Boxes</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div>
<table>
<thead>
<tr><th>Name</th><th>Provider</th><th>URL</th><th>Size</th></tr>
</thead>
<tbody>
<tr>
<th scope="row">box name</th>
<td>provider name</td>
<td>url</td>
<td>--MB</td>
</tr>
</tbody>
</table>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment