Ravi Srinivasan
2019-09-11 0442e61cadd99fb09d15f94cfc2861fb4ecc7ab2
1
2
3
4
5
6
7
8
9
10
11
doctype html
html(lang="en")
  head
    title OpenShift Weather App
    meta(charset="utf-8")
    meta(name="viewport" content="width=device-width, initial-scale=1")
    link(rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css")
    script(src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js")
    script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js")
  body
    block content