doctype html head title Praying Times link(rel="stylesheet", href="style.css") body h1 Get Praying Times Anywhere .block label#city_label Enter Your City Name input#city .block label#code_label Enter The Country Code input#code .show_all label(for="wantsAll") Do you want to show all times ? uncheck the box to get only the 5 prayings input#wantsAll(type="checkbox", name="wantsAll") .show button#getTimes Get Times h3 Here is the praying times of span#show_city ____________ | City, and span#show_country ______ | country ul#times_container script(src="app.js")