Skip to content

Commit 505989a

Browse files
Create index.html
1 parent bf4ac2b commit 505989a

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Numerical Methods in Python</title>
5+
<meta name="keywords" content="numerical-methods, numerical-analysis, python, numpy, pandas, matplotlib, jupyter, scientific-computing, data-science, engineering, mathematics, algorithms, linear-algebra, interpolation, differentiation, root-finding, gaussian-elimination, lagrange-interpolation, newtons-method, hermite-interpolation, richardson-extrapolation, bisection-method, fixed-point-iteration"/>
6+
<link rel="shortcut icon" href="https://github.com/ApurbaKumarNath/python-oop/blob/main/src/assets/images/1.png?raw=true">
7+
8+
<style type="text/css">
9+
html {
10+
overflow: auto;
11+
}
12+
13+
html,
14+
body,
15+
div,
16+
iframe {
17+
margin: 0px;
18+
padding: 0px;
19+
height: 100%;
20+
display: block;
21+
width: 100%;
22+
border: none;
23+
overflow-y: auto;
24+
overflow-x: hidden;
25+
}
26+
</style>
27+
</head>
28+
<body>
29+
<iframe src="https://github1s.com/ApurbaKumarNath/numerical-methods-python" title="Numerical Methods in Python"
30+
frameborder="0"
31+
marginheight="0"
32+
marginwidth="0"
33+
width="100%"
34+
height="100%"
35+
scrolling="auto">
36+
37+
</iframe>
38+
</body>
39+
40+
</html>

0 commit comments

Comments
 (0)