-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·40 lines (35 loc) · 807 Bytes
/
index.html
File metadata and controls
executable file
·40 lines (35 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Oops!</title>
<script src="./robotrain/processing.min.js"></script>
<style>
canvas {
padding: 0;
margin: auto;
display: block;
outline: 0px;
top: 120px;
width: 500px;
height: 500px;
border: 0;
}
body {
padding: 0;
margin: 0;
position: absolute;
outline: 0px;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body style="background-color:#464646">
<center><h2 style="color:white">File not found</h2></center>
<center><h2 style="color:white"> Please, go back to <a href="https://jcponce.github.io/" style="color:white">Home</a></p></center>
<canvas data-processing-sources="./robotrain/robotrain.pde"></canvas>
</body>
</html>