Skip to content

Commit

Permalink
git commit . -m
Browse files Browse the repository at this point in the history
  • Loading branch information
secretGeek committed Jun 5, 2019
1 parent 50bd0fc commit 6118e94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
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>

0 comments on commit 6118e94

Please sign in to comment.