Ravi Srinivasan
2019-09-09 d0d40918be12b8c94c4e8e5bc0158b160e48c82e
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