From c8ed22fb08d6905d3e8ebba386566481b8711711 Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Tue, 31 Jan 2017 18:04:26 +0000 Subject: [PATCH] docs: intro: valid HTML snippet (#1574) Declaring scripts after the closing body tag looks like a typo --- docs/index.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index b0f22448..9cbc1016 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,13 +53,14 @@ The easiest way to try out Mithril is to include it from a CDN, and follow this Let's create an HTML file to follow along: ```markup - - - + + // your code goes here! + + ``` ---