summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Borretti <eudoxiahp@gmail.com>2014-07-27 22:15:35 -0300
committerFernando Borretti <eudoxiahp@gmail.com>2014-07-27 22:15:35 -0300
commitf1e3ddd721a65c5eb8bf20a69f040ffa5fbd3a91 (patch)
treef7be7b2f813212915550ea98ae95a90f30c03edd
It's a startgh-pages
-rw-r--r--index.html10
-rw-r--r--style.css1
2 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..983d646
--- /dev/null
+++ b/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <link rel="stylesheet" href="style.css">
+ <title>cmacro: Lisp Macros for C</title>
+ </head>
+ <body>
+ </body>
+</html>
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..4c0cdde
--- /dev/null
+++ b/style.css
@@ -0,0 +1 @@
+@import url(http://fonts.googleapis.com/css?family=Noto+Sans);