www.pdelong.com

Source for https://www.pdelong.com

git clone https://code.pdelong.com/www.pdelong.com.git

 1<!DOCTYPE html>
 2
 3<html lang="en">
 4  <head>
 5    <meta charset="UTF-8" />
 6    <title>Come Back Later</title>
 7    <meta name="viewport" content="width=device-width, initial-scale=1" />
 8  </head>
 9  <body>
10    <article>
11      <header>
12	<h1>Please come back later</h1>
13      </header>
14
15      <p>
16	This is embarrassing.  We don't even have one of those "Under Construction" GIFs.
17	For now, maybe you'd like to peruse our selection of <a href="https://code.pdelong.com">code</a> or <a href="recipes/index.html">recipes</a>?
18      </p>
19    </article>
20  </body>
21</html>