rewrite.. examples.. docs.. refactor

This commit is contained in:
Lloyd Brookes
2015-11-16 13:22:51 +00:00
parent 063ee689df
commit 28e1cfdae9
8 changed files with 102 additions and 69 deletions

View File

@ -0,0 +1,10 @@
<head>
<link rel="stylesheet" href="css/style.css">
</head>
<h1>Amazing Page</h1>
<p>
With a freaky triangle..
</p>
<svg width="500" height="500">
<polygon points="250,0 0,500 500,500"></polygon>
</svg>