More Stuff

This commit is contained in:
Arona Jones
2014-09-12 15:07:32 +01:00
parent ad8b79d8da
commit 500836c1ff
4 changed files with 8 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 171 KiB

View File

@@ -11,8 +11,7 @@
</head> </head>
<body> <body>
<h2>I, Me, Mine - Subject Brainstorm</h2> <a href="recording.html">Visual Recording</a>
<img src="/images/mindmap.png" alt="Mindmap Image">
</body> </body>
</html> </html>

4
recording.html Normal file
View File

@@ -0,0 +1,4 @@
<h1>Visual Recording</h1>
<h2>I, Me, Mine - Subject Brainstorm</h2>
<img src="/images/map.png" width="50%">

View File

@@ -0,0 +1,3 @@
body {
background-image: url("/images/bkg.png");
}