forked from opencampus-sh/ML-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 726 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (25 loc) · 726 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="opencampus machine learning projects" />
<meta name="author" content="opencampus.sh" />
<title>project paged moved to..</title>
<style>
.button {
margin:auto;
padding: 50px;
font-size: 24px;
}
</style>
</head>
<body>
<div class="button">
<div style="text-align: center">
<img src="placeholder.png"/>
</div>
This repository contains now only the projects, the page moved to <a href="https://opencampus-sh.github.io/oc-ml-projects/">the new address</a>
</div>
</body>
</html>