We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000f03d commit 46d5b70Copy full SHA for 46d5b70
index.html
@@ -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/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css"
11
+ />
12
13
14
+ href="https://cdn.jsdelivr.net/npm/font-awesome@5.15.1/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