-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex-ml.html
32 lines (30 loc) · 1.22 KB
/
index-ml.html
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
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Alturin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="./bootstrap.css" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../bower_components/html5shiv/dist/html5shiv.js"></script>
<script src="../bower_components/respond/dest/respond.min.js"></script>
<![endif]-->
<meta content='Alturin.com' property='og:title'>
<meta content='Alturin - Artificial Intelligence for Business Decisions' property='og:description'>
<meta content='http://alturin.com/img/tsne-landsat.png' property='og:image'>
<meta content='570' property='og:image:width'>
<meta content='300' property='og:image:height'>
<meta content='http://alturin.com/' property='og:url'>
<meta content='article' property='og:type'>
</head>
<body>
<div class="container">
<img src="./img/machine_learning.gif" alt="Machine Learning" class="img-responsive img-rounded"/>
</div>
<footer>
<a href="index.html">BACK!</a>
</footer>
</body>
</html>