Skip to content

Commit f60e1a4

Browse files
authored
Merge pull request #10 from mu-editor/img
Move images into their own folder
2 parents 87247cf + a761104 commit f60e1a4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

apple.png renamed to img/apple.png

File renamed without changes.

linux.png renamed to img/linux.png

File renamed without changes.
File renamed without changes.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h4>Have fun</h4>
3535
<div class="row">
3636
<div class="col-sm-6 col-md-4">
3737
<div class="thumbnail">
38-
<img src="windows.png" alt="Windows">
38+
<img src="img/windows.png" alt="Windows">
3939
<div class="caption">
4040
<h3>Mu for Windows</h3>
4141
<p>Download the .exe file and double-click to launch. For the
@@ -46,7 +46,7 @@ <h3>Mu for Windows</h3>
4646
</div>
4747
<div class="col-sm-6 col-md-4">
4848
<div class="thumbnail">
49-
<img src="apple.png" alt="Apple">
49+
<img src="img/apple.png" alt="Apple">
5050
<div class="caption">
5151
<h3>Mu for OSX</h3>
5252
<p>Download the file. Right (control) click on it and select open
@@ -57,7 +57,7 @@ <h3>Mu for OSX</h3>
5757
</div>
5858
<div class="col-sm-6 col-md-4">
5959
<div class="thumbnail">
60-
<img src="linux.png" alt="Linux">
60+
<img src="img/linux.png" alt="Linux">
6161
<div class="caption">
6262
<h3>Mu for Linux</h3>
6363
<p>Make the file executable

0 commit comments

Comments
 (0)