-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.jade
37 lines (28 loc) · 923 Bytes
/
index.jade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(http-equiv="X-UA-Compatible", content="ie=edge")
link(rel="stylesheet", href="assets/css/main.css")
title Local Weather App
body
.container
.phoneContainer
.contentContainer
#time 00:00
.msg
#customMsg
.location.category
span.town Nagoya,
span#country Japan
.weather.category
#icon
#weather
#description
.temperature.category
#temperature
a#convert(href="") To Celsius
script(src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous")
script(src="assets/js/vendor/modernizr-custom.js")
script(src="assets/js/functions.js")