-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 774 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,400,700' rel='stylesheet' type='text/css'>
</head>
<frameset cols="25%,75%">
<frame src="contents/navigation.html" name="navigation">
<frame src="contents/cf9c8b720f3815adeccaf3ef6e48c6c4.html" name="content">
</frameset>
<noframes>
<h2>Frame Alert</h2>
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
<br>
Link to<a href="overview-summary.html">Non-frame version.</a>
</noframes>
</html>