You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
209 B

9 years ago
  1. <head>
  2. <link rel="stylesheet" href="css/style.css">
  3. </head>
  4. <h1>Amazing Page</h1>
  5. <p>
  6. With a freaky triangle..
  7. </p>
  8. <svg width="500" height="500">
  9. <polygon points="250,0 0,500 500,500"></polygon>
  10. </svg>