-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (39 loc) · 2.39 KB
/
index.html
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
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RobotX Network</title>
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>RobotX Network</h1>
<div>
<a href="https://github.com/robotx-school/eurobot-2024/" target="_blank" class="icon-button github"><i
class="fab fa-github"></i><span></span></a>
<a href="https://docs.google.com/spreadsheets/d/14HXwr4EfBjjFohmGvR7ut-bPyJIX4jeDnvaB7js6vqU/edit?usp=sharing"
target="_blank" class="icon-button sheet"><i class="fa fa-list-check"></i><span></span></a>
<a href="https://disk.yandex.ru/d/ikD4yoHyRXRQrg" target="_blank" class="icon-button drive"><i
class="fa-solid fa-hard-drive"></i><span></span></a>
<a href="https://ret7020.github.io/EurobotCalculator/" target="_blank" class="icon-button calculator"><i
class="fa-solid fa-calculator"></i><span></span></a>
<a href="http://77.37.184.204:2566/" target="_blank" class="icon-button ctd-video"><i
class="fa-solid fa-video"></i><span></span></a>
<a href="https://fos.robotx.su/rdui" target="_blank" class="icon-button rdui_generic"><i
class="fa-solid fa-terminal" title="RDUI generic"></i></i><span></span></a>
<a href="https://fos.robotx.su/rdui?robot_host=192.168.0.1:9999" target="_blank" class="icon-button rdui_robot_big"><i
class="fa-solid fa-terminal rdui-robot-big" title="RDUI autoset to Robot Big"></i></i><span></span></a>
<a href="https://fos.robotx.su/rdui?robot_host=192.168.0.1:9999" target="_blank" class="icon-button rdui_robot_omni"><i
class="fa-solid fa-terminal rdui-robot-omni" title="RDUI autoset to Robot Omni"></i></i><span></span></a>
</div>
<!-- <div>
<h3>CTD Live</h3>
<img src="http://77.37.184.204:2566/video_feed" width="50%">
</div> -->
</body>
</html>