Sha256: c9095c09aa6a99eac60dd9ef343927ec2bae03684a88713f284166cbc61a4853

Contents?: true

Size: 822 Bytes

Versions: 3

Compression:

Stored size: 822 Bytes

Contents

---
title: Welcome to Middleman
layout: false
---

doctype html
html
  head
    meta[http-equiv="content-type" content="text/html; charset=UTF-8"]
    meta charset="utf-8"
    meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"
    meta[name="viewport" content="width=device-width, initial-scale=1.0"]
    title Flammarion
    = stylesheet_link_tag("all")
    = javascript_include_tag("all")
    javascript:
      hljs.initHighlightingOnLoad();
  body
    #toolbar.hidden
      a.tool-button[href="#"] Open
      a.tool-button[href="#"] Save
    #panes
      pre#console-default.pane[style="height:100%"]
    #dialog.hidden
      #content
        pre#message Hi World
        a#ok.full-button[href="#"] Ok
    #status
      .left
      .center
      .right
    #searchbar.hidden
      i.fa.fa-search 
      input

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flammarion-0.0.14 lib/html/source/index.html.slim
flammarion-0.0.13 lib/html/source/index.html.slim
flammarion-0.0.12 lib/html/source/index.html.slim