Created
September 12, 2013 15:55
-
-
Save junichi11/6539855 to your computer and use it in GitHub Desktop.
Vagrant boxes html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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