-
Notifications
You must be signed in to change notification settings - Fork 1
/
revhwc.html
46 lines (42 loc) · 1.42 KB
/
revhwc.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
44
45
46
<!DOCTYPE html>
<html lang="en-US">
<head>
<script defer data-domain="unofficialrevport.org" src="https://plausible.j5155.page/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
REV Hardware Client
</title>
<style>
.center {
margin: auto;
width: 85%;
padding: 8px;
}
.pg {
line-height: 1.4;
font-size: 18px;
}
a:link, a:visited {
color: aqua;
}
a:hover, a:active {
color:red;
}
</style>
</head>
<body style="background-color: #323232; color: azure; font-family: Arial, Helvetica, sans-serif; padding: 30px 15px 15px;">
<h1 class="center">
REV Hardware Client
</h1>
<div class="center">
<p class="pg">
REV Hardware Client: The client for updating, programing,
and configuring REV hardware, now cross-platform.
<br><br>
A work-in-progress port of the REV Hardware Client for all platforms.
Development is currently stalled on CAN bridge natives and node modules,
and we are always looking for developers.
</p>
</div>
</body>
</html>