forked from developerpiru/BEAVR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelpinfo.html
More file actions
32 lines (24 loc) · 669 Bytes
/
Copy pathhelpinfo.html
File metadata and controls
32 lines (24 loc) · 669 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title></title>
<style>
a:link, a:visited {
color: #000000;
}
a:hover {
color: #428CED;
}
</style>
<meta name="theme-color" content="#fafafa">
</head>
<body>
<div style=" background-color:#FFFFFF;float:left;display:block;font:14px Arial, Helvetica, sans-serif;">
<p></p>
<p>The latest version is: 1.0.10</p>
<p></p>
<p>For more info and documentation on BEAVR, please visit the GitHub page at <a href="https://github.com/developerpiru/BEAVR" target="_blank">https://github.com/developerpiru/BEAVR</a></p>
</div>
</body>
</html>