From 708d4f13cd05071a6051acea2ce29ddf40c2bce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 12 Oct 2015 09:55:11 +0200 Subject: Colorize the small snippet on the landing page --- index.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 195fc87..b0617af 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Erlang.mk
@@ -35,11 +38,11 @@ Erlang ecosystem and provides support for everything you need.

It runs everywhere: Linux, FreeBSD, OSX and even Windows.

Getting started with Erlang.mk is easy as pie. Even kids can do it.

You don't need to be a Makefile pro. It's that simple:

-
-PROJECT = webchat
-DEPS = cowboy
-include erlang.mk
-
+

+PROJECT = webchat
+DEPS = cowboy
+include erlang.mk
+
-- cgit v1.2.3