-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
30 lines (29 loc) · 986 Bytes
/
search.html
File metadata and controls
30 lines (29 loc) · 986 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
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
</head>
<header>
<div class="container">
<h1>OpensourceEdu.Github.io</h1>
<h3>Search Courses</h3>
</div>
</header>
<body>
<ul>
<li><a href="https://github.com/mvillaloboz/open-source-cs-degree">Open Source CS Degree</a>
<ul>
<li>By <a href="https://github.com/mvillaloboz">mvillaloboz</a></li>
</ul>
</li>
<li><a href="https://github.com/datasciencemasters/go">Open Source Data Science Masters</a>
<ul>
<li>By <a href="https://github.com/datasciencemasters">@datasciencemasters</a></li>
</ul>
</li>
</ul>
</body>
</html>