File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > robots-from-jupyter</ title >
6
+ </ head >
7
+ < style >
8
+ body {
9
+ position : absolute;
10
+ top : 0 ;
11
+ right : 0 ;
12
+ left : 0 ;
13
+ bottom : 0 ;
14
+ display : flex;
15
+ flex-direction : column;
16
+ align-items : center;
17
+ align-content : center;
18
+ justify-content : center;
19
+
20
+ background : # f46524 ;
21
+ color : white;
22
+ font-family : sans-serif;
23
+ }
24
+ a {
25
+ color : white;
26
+ }
27
+ a : hover {
28
+ color : white;
29
+ text-decoration : none;
30
+ }
31
+ </ style >
32
+ < body style ="">
33
+ < h1 > < a href ="RobotLab-Workshop_2019-01-16.pdf "> Workshop 16.1.</ a > </ h1 >
34
+ < h2 > < a href ="https://github.com/robots-from-jupyter/robotlab/releases
35
+ "> RobotLab installer</ a > </ h1 >
36
+ < h2 > < a href ="https://github.com/robots-from-jupyter/robotkernel/archive/master.zip "> RobotKernel notebooks</ a > </ h1 >
37
+ </ body >
38
+ </ html >
You can’t perform that action at this time.
0 commit comments