Skip to content

Instantly share code, notes, and snippets.

@TheJaredWilcurt
Created March 18, 2015 22:14
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 TheJaredWilcurt/5e4995c936aa062dc3bb to your computer and use it in GitHub Desktop.
Save TheJaredWilcurt/5e4995c936aa062dc3bb to your computer and use it in GitHub Desktop.
<div class="panel panel-primary">
<div class="panel-heading">
<span class="pull-right versionApp" title="Version">V0.1.0</span>
<h3 class="panel-title">About <span class="applicationName">Your Application Name</span></h3>
</div>
<div class="panel-body">
<p class="well well-sm">A detailed explanation of what your application does or is used for.</p>
<p>
<span class="applicationName">Your Application Name</span> created by <span class="authorName">Your Name</span><br />
<!--
Be sure to credit whoever made the command line executable.<br />
You should probably <a href="http://theirsite.com" class="external-link">link to their site</a> and give a version number for the CLI program.
-->
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment