mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 20:11:59 +02:00
News! RSS! Fixed link-checker! Good stuff
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>A Primer on Bézier Curves</title>
|
||||
|
||||
<link rel="icon" href="images/favicon.png" type="image/png" />
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="news/rss.xml" />
|
||||
|
||||
<!-- page styling -->
|
||||
<link rel="preload" href="images/paper.png" as="image" />
|
||||
<link rel="stylesheet" href="placeholder-style.css" />
|
||||
@@ -29,7 +31,7 @@
|
||||
<meta property="og:locale" content="en-GB" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:published_time" content="2013-06-13T12:00:00+00:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T05:19:56+00:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T18:37:03+00:00" />
|
||||
<meta property="og:author" content="Mike 'Pomax' Kamermans" />
|
||||
<meta property="og:section" content="Bézier Curves" />
|
||||
<meta property="og:tag" content="Bézier Curves" />
|
||||
@@ -430,7 +432,7 @@
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
First commit for the <a href="https://pomax.github.io/bezierinfo">bezierinfo</a> site, based on the pre-Primer webpage that covered
|
||||
First commit for the <a href="https://pomax.github.io/bezierinfo/">bezierinfo</a> site, based on the pre-Primer webpage that covered
|
||||
the basics of Bezier curves in HTML with Processing.js examples.
|
||||
</p>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user