diff --git a/bemoe.online/background.gif b/bemoe.online/background.gif
new file mode 100644
index 0000000..300e70a
Binary files /dev/null and b/bemoe.online/background.gif differ
diff --git a/bemoe.online/index.html b/bemoe.online/index.html
new file mode 100644
index 0000000..aec28df
--- /dev/null
+++ b/bemoe.online/index.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+ on my domain:
+
+
+ blog: blog.bemoe.online
+
+
+ fedi instance: lets.bemoe.online (lbmo)
+
+
+
+
+
diff --git a/bemoe.online/style.css b/bemoe.online/style.css
new file mode 100644
index 0000000..0be2971
--- /dev/null
+++ b/bemoe.online/style.css
@@ -0,0 +1,61 @@
+html {
+ display: block;
+}
+
+body {
+font-family: sans-serif;
+ font-style: normal;
+/* font-weight: 200;*/
+ color: whitesmoke;
+
+ display: block;
+ margin: 8px;
+
+ background-image: url("background.gif");
+ background-size: cover;
+}
+
+p {
+ font-family: monospace;
+ font-style: normal;
+ font-size: normal;
+}
+
+.fig {
+ font-family: Monospace;
+ font-size: 5pt;
+ /*color: blue;*/
+
+}
+
+h1 {
+ text-align: center;
+ font-size: 3em;
+ }
+
+div {
+ margin: auto;
+ display: block;
+ font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
+}
+
+div.content {
+ margin: auto;
+ font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
+ text-align: justify;
+ max-width: 800px;
+
+/* background-color: black;*/
+}
+
+a {
+ text-decoration: none;
+ color: lightcyan;
+ font-weight: bold;
+}
+
+marquee {
+ font-family: monospace;
+ font-style: bold;
+ font-size: .5em;
+}