Created
March 22, 2018 19:19
-
-
Save thatisuday/0264d600fefbf693afc0da149b2e17ad to your computer and use it in GitHub Desktop.
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
<input type="text" name="username"/><a class="general link active" href="some-link"></a> | |
<p>Hello World! I am <b>Pug.js!</b></p> | |
<p>Hello World! I am <b>Pug.js!</b></p> | |
<p>I am male.</p> | |
<p><a class="link" href="some-link">Click to log in.</a></p> | |
<ul> | |
<li>current value is 0</li> | |
<li>current value is 1</li> | |
<li>current value is 2</li> | |
</ul> | |
<ul> | |
<li>current value using while is 0</li> | |
<li>current value using while is 1</li> | |
<li>current value using while is 2</li> | |
</ul> | |
<ul> | |
<li>current value using for-in is 0</li> | |
<li>current value using for-in is 1</li> | |
<li>current value using for-in is 2</li> | |
</ul> | |
<ul> | |
<li>current value using each-in is 0</li> | |
<li>current value using each-in is 1</li> | |
<li>current value using each-in is 2</li> | |
</ul> | |
<p>I am male.</p> | |
<p>Hi, My name is John Doe.</p> | |
<p>Hi, My name is john <b>doe</b>.</p> | |
<p>Hi, My name is john <b>doe</b>.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment