forked from jamespfu/Dashable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 718 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>Dashable</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://preview.c9users.io/jamesnotfu/dashable/dashablelogo.png?_c9_id=livepreview0&_c9_host=https://ide.c9.io" rel="shortcut icon">
</head>
<frameset cols="100%" rows="100%,*">
<frame name="TopFrame" noresize scrolling="yes" src="https://preview.c9users.io/jamesnotfu/dashable/HTML/home.html?_c9_id=livepreview1&_c9_host=https://ide.c9.io">
<frame name="BottomFrame" noresize scrolling="no">
<noframes>
<body>
<meta content="ZEHBxlqJRGZgqUk7ggbutwztRUsG47mRbHFdsB3_6Ik" name="google-site-verification">
</body>
</noframes>
</frameset>
</html>