-
Notifications
You must be signed in to change notification settings - Fork 31
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
50bd0fc
commit 6118e94
Showing
1 changed file
with
4 additions
and
3 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 |
|---|---|---|
| @@ -1,11 +1,12 @@ | ||
| <html> | ||
| <head><title>html wysiwyg</title> | ||
| <link rel="stylesheet" type="text/css" href="html.css" /> | ||
| <head> | ||
| <title>html wysiwyg</title> | ||
| <link rel="stylesheet" type="text/css" href="html.css"></link> | ||
| </head> | ||
| <body> | ||
| <h1>What you see is what you get.</h1> | ||
| <p>Finally, you can make any html page look like html.</p> | ||
| <p>Just link to this <a href='html.css'>stylesheet</a>.</p> | ||
| <p>For a self-contained version, including an explanation, see <a href='html.html'>a html quine.</a></p> | ||
| <p>For a self-contained version, including an explanation, see <a href='html.html'>this html quine.</a></p> | ||
| </body> | ||
| </html> |