aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--images/the_mind_background.jpgbin0 -> 40725 bytes
-rw-r--r--the_mind.html32
2 files changed, 32 insertions, 0 deletions
diff --git a/images/the_mind_background.jpg b/images/the_mind_background.jpg
new file mode 100644
index 0000000..874729d
--- /dev/null
+++ b/images/the_mind_background.jpg
Binary files differ
diff --git a/the_mind.html b/the_mind.html
new file mode 100644
index 0000000..f9e62f0
--- /dev/null
+++ b/the_mind.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>The mind</title>
+
+<style>
+
+body {
+ color: black;
+ background-image: url('images/the_mind_background.jpg');
+}
+
+table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+</style>
+
+</head>
+
+<body>
+ <center>
+ <h1>The mind</h1>
+ </center>
+</body>
+</html>