Created
January 19, 2014 08:30
-
-
Save borisd/8501985 to your computer and use it in GitHub Desktop.
Template for user info
This file contains hidden or 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
<h1>[username] details:</h1> | |
<table> | |
<tr> | |
<th>Username</th> | |
<td>[username]</td> | |
</tr> | |
<tr> | |
<th>First name</th> | |
<td>[first name]</td> | |
</tr> | |
<tr> | |
<th>Last Name</th> | |
<td>[last name]</td> | |
</tr> | |
<tr> | |
<th>Age</th> | |
<td>[age]</td> | |
</tr> | |
</table> | |
- link to 'All users' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment