UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

23 lines (16 loc) 409 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>The Intercept</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> </head> <body> <div id="story" class="container"> <h1>The Intercept</h1> </div> <script src="ink.js"></script> <script src="main.js"></script> </body> </html>