aboutsummaryrefslogtreecommitdiff
path: root/the_mind.html
blob: f9e62f00077e038f85e270a0398c0f9d5143ec44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>