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 44ec75f commit 96ac057Copy full SHA for 96ac057
index.html
@@ -4,8 +4,7 @@
4
<meta charset="utf-8">
5
<title>robots-from-jupyter</title>
6
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" />
7
- </head>
8
-<style>
+ <style>
9
body {
10
position: absolute;
11
top: 0;
@@ -20,7 +19,7 @@
20
19
21
background: #f46524;
22
color: white;
23
- font-family: sans-serif;
+ font-family: "Lato", sans-serif;
24
}
25
a {
26
@@ -29,7 +28,8 @@
29
28
30
text-decoration: none;
31
32
-</style>
+ </style>
+ </head>
33
<body style="">
34
<h1>robots-from-jupyter.github.io</h1>
35
<h1><a href="RobotLab-Workshop_2019-01-16.pdf">Workshop 16.1.2019</a></h1>
0 commit comments