forked from rangle/ngCourse2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 728 Bytes
/
index.html
File metadata and controls
31 lines (28 loc) · 728 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Angular 2 Resources</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link href="https://npmcdn.com/basscss/css/basscss.css" rel="stylesheet">
<style type="text/css">
body {
background-color: #F8F8F8;
font-family: 'Source Sans Pro';
font-size: 16px;
}
a, a:visited { color: #422D3F; }
a:hover { color: #E5373A; }
</style>
</head>
<body class="m4">
<h1>Angular 2 Resources<h1>
<h2>Webinar Slides</h2>
<ul>
<li>
<a href="./webinar-series/index.html?which=components">
Component-Oriented Architecture with Angular 2
</a>
</li>
</ul>
</body>
</html>