Skip to content

Instantly share code, notes, and snippets.

@aaayushsingh
Created May 14, 2017 06:35
Show Gist options
  • Save aaayushsingh/d92f110cd2ed2fe3221dc392b0b1d24b to your computer and use it in GitHub Desktop.
Save aaayushsingh/d92f110cd2ed2fe3221dc392b0b1d24b to your computer and use it in GitHub Desktop.
log
$ heroku local
[WARN] No ENV file found
11:01:03 AM web.1 | Your server is now running...
11:01:03 AM web.1 | 5000
11:01:07 AM web.1 | GET request received at /
11:01:09 AM web.1 | <!DOCTYPE html>
11:01:09 AM web.1 | <html>
11:01:09 AM web.1 | <head>
11:01:09 AM web.1 | <meta charset="utf-8"/>
11:01:09 AM web.1 | <title>Slim 3</title>
11:01:09 AM web.1 | <link href='//fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
11:01:09 AM web.1 | <style>
11:01:09 AM web.1 | body {
11:01:09 AM web.1 | margin: 50px 0 0 0;
11:01:09 AM web.1 | padding: 0;
11:01:09 AM web.1 | width: 100%;
11:01:09 AM web.1 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
11:01:09 AM web.1 | text-align: center;
11:01:09 AM web.1 | color: #aaa;
11:01:09 AM web.1 | font-size: 18px;
11:01:09 AM web.1 | }
11:01:09 AM web.1 | h1 {
11:01:09 AM web.1 | color: #719e40;
11:01:09 AM web.1 | letter-spacing: -3px;
11:01:09 AM web.1 | font-family: 'Lato', sans-serif;
11:01:09 AM web.1 | font-size: 100px;
11:01:09 AM web.1 | font-weight: 200;
11:01:09 AM web.1 | margin-bottom: 0;
11:01:09 AM web.1 | }
11:01:09 AM web.1 | </style>
11:01:09 AM web.1 | </head>
11:01:09 AM web.1 | <body>
11:01:09 AM web.1 | <h1>Slim</h1>
11:01:09 AM web.1 | <div>a microframework for PHP</div>
11:01:09 AM web.1 | <p>Try <a href="http://www.slimframework.com">SlimFramework</a>
11:01:09 AM web.1 | </body>
11:01:09 AM web.1 | </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment