summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-27 19:45:47 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-27 19:45:47 -0500
commitb77c801cba952b958f8ab63d6a1ff862d19c555a (patch)
treee4063f1f855d3cea550da301375c33314e144772
parentdde3cd6fbca534cf70227dbb0ad9f2d282f3891d (diff)
downloadweb-b77c801cba952b958f8ab63d6a1ff862d19c555a.tar.xz
RBUS placeholder page.
-rw-r--r--rbusif/index.html19
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>