diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-01-27 19:45:47 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-01-27 19:45:47 -0500 |
commit | b77c801cba952b958f8ab63d6a1ff862d19c555a (patch) | |
tree | e4063f1f855d3cea550da301375c33314e144772 /rbusif/index.html | |
parent | dde3cd6fbca534cf70227dbb0ad9f2d282f3891d (diff) | |
download | web-b77c801cba952b958f8ab63d6a1ff862d19c555a.tar.xz |
RBUS placeholder page.
Diffstat (limited to 'rbusif/index.html')
-rw-r--r-- | rbusif/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/rbusif/index.html b/rbusif/index.html new file mode 100644 index 0000000..db1a296 --- /dev/null +++ b/rbusif/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>Chrisoft::RBUSIF</title> +<link rel=stylesheet href='../common.css' type='text/css'> +<style type="text/css"> +body +{ + color: #FFF; + background: #0A0A0A; +} +</style> +</head> +<body> +<h1><a href="../">Chrisoft</a>::<a href="./">RBUSIF</a></h1> +<p>Placeholder page for RBUS/RMDB2-related projects.</p> +</body> +</html> |