- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
14 lines (14 loc) · 391 Bytes
/
Copy pathindex.html
File metadata and controls
14 lines (14 loc) · 391 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Mini JS Framework: Jiggle.js</title>
<linkhref="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<divid="container"></div>
<scriptsrc="jiggle.js"></script>
<scriptsrc="weather.js"></script>
</body>
</html>