diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-31 23:25:07 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-31 23:25:07 -0600 |
commit | dbbb7978aa4a8821546cb38da58343cda1253458 (patch) | |
tree | cd08a84373491b1ed91e4ba8196fd43af8b54c55 /the_mind.html | |
parent | 4ab2625ce9933b554ee947dc7ddcc9ee7096b11d (diff) |
Starting to work on the mind
Diffstat (limited to 'the_mind.html')
-rw-r--r-- | the_mind.html | 32 |
1 files changed, 32 insertions, 0 deletions
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> |