summaryrefslogtreecommitdiff
path: root/gemfeed/2010-05-09-the-fype-programming-language.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2010-05-09-the-fype-programming-language.html')
-rw-r--r--gemfeed/2010-05-09-the-fype-programming-language.html52
1 files changed, 50 insertions, 2 deletions
diff --git a/gemfeed/2010-05-09-the-fype-programming-language.html b/gemfeed/2010-05-09-the-fype-programming-language.html
index 7cbd0fb0..a49d5ba5 100644
--- a/gemfeed/2010-05-09-the-fype-programming-language.html
+++ b/gemfeed/2010-05-09-the-fype-programming-language.html
@@ -449,5 +449,53 @@ BB
<a class="textlink" href="https://github.com/snonux/fype">https://github.com/snonux/fype</a><br />
<p>E-Mail me your thoughts at comments@mx.buetow.org!</p>
<a class="textlink" href="../">Go back to the main site</a><br />
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>The Fype Programming Language</title>
+<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
+<style type="text/css">
+body {
+ margin: auto;
+ max-width: 900px;
+ background-color: #FFFFEF;
+ border: 1px dashed #880000;
+ border-radius: 8px;
+ padding: 5px;
+}
+img {
+ display:block;
+ max-width: 80%;
+}
+a.textlink:before {
+ content: " ⇒ ";
+ padding-left: 2px;
+}
+a.textlink {
+ text-decoration: none;
+ color: #FF0000;
+}
+a.textlink:hover {
+ text-decoration: underline;
+}
+i {
+ color: #48AAAD;
+}
+pre {
+ background-color: #F1F8E9;
+ border: 1px dashed #BB0000;
+ border-radius: 8px;
+ padding: 5px;
+ font-family: "Lucida Console", "Courier New", monospace;
+}
+h1 {
+ text-align: center;
+ color: #880000;
+}
+h2, h3 {
+ color: #BB0000;
+}
+</style>
+</head>
+<body>