UNPKG

layout-components

Version:

A React Layout Componentss. Contains webpack configuration and document generator.

31 lines (30 loc) 1.24 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>React Layout Components Template</title> <link rel="stylesheet" href="https://highlightjs.org/static/demo/styles/tomorrow.css"> <link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="typesetting-basic.css"> <link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'> </head> <body class="flex-column fixed-height"> <div class="layout-container flex-fixed"> <div class="flex-row"> <div class="brand flex-fixed" style="font-size: 24px"> Escher.im </div> <div class="flex-fluid"></div> <a class="menu-item flex-fixed" href="https://github.com/episodeyang/layout-components/issues">Issue Tracker</a> <a class="menu-item flex-fixed" href="https://github.com/episodeyang/layout-components">Repository</a> </div> </div> <div class="layout-container flex-fluid vertical-scroll"> <article id="readme-container" style="padding-top: 30px"></article> </div> <script src="vendor.js"></script> <script src="app.js"></script> </body> </html>