-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 931 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/css.css" type="text/css" media="all">
</head>
<body>
<h2>
<a title="29-01-2021" href="ordinary-least-squares-method.html">Ordinary least squares method</a>
</h2>
<h2>
<a title="29-08-2020" href="kadanes-algorithm.html">Kadanes algorithm</a>
</h2>
<h2>
<a title="22-06-2020" href="inversion-of-control.html">Inversion of control and dependency injection</a>
</h2>
<h2>
<a title="16-06-2020" href="polymorphism-and-conditionals.html">Polymorphism and conditionals</a>
</h2>
<h2>
<a title="05-05-2020" href="function-modifiers-in-php.html">Function modifiers in php</a>
</h2>
</body>
</html>