-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8e7c5c
commit 05f8591
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Entities</title> | ||
</head> | ||
<body> | ||
<p>Hello, My name is Jason</p> | ||
<p> 10 > 6</p> | ||
<p> 12 > 10</p> | ||
<p>4 < 8</p> | ||
<p>3 < 6</p> | ||
|
||
<p>©</p> | ||
<p>®</p> | ||
|
||
<p>¢</p> | ||
<p>£</p> | ||
<p>¥</p> | ||
<p>€</p> | ||
|
||
<p>♠</p> | ||
<p>♣</p> | ||
<p>♥</p> | ||
<p>♦</p> | ||
|
||
<code> | ||
<?php echo 'Hello' ?> | ||
</code> | ||
<p>Save the file by pressing <kbd>Crtl + S</kbd></p> | ||
|
||
</body> | ||
</html> |