Skip to content

Commit 46d5b70

Browse files
committed
index
1 parent 000f03d commit 46d5b70

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Linear Algebra with Python</title>
8+
<link
9+
rel="stylesheet"
10+
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
11+
/>
12+
<link
13+
rel="stylesheet"
14+
href="https://cdn.jsdelivr.net/npm/[email protected]/css/all.min.css"
15+
/>
16+
<link rel="stylesheet" href="style.css" />
17+
</head>
18+
<body>
19+
Check this out!
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)