Adding media files from Joindiaspora's S3 storage

Changing 404 message to no longer use Joindiaspora's media on S3
This commit is contained in:
Nils Vogels 2013-09-04 01:25:15 +02:00 committed by Jonne Haß
parent 1dbf9642c8
commit 27c4b01350
5 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
<head>
<title>The page you were looking for doesn't exist (404)</title>
<style type="text/css">
@font-face{font-family:Roboto;src:url(https://s3.amazonaws.com/joindiaspora/fonts/Roboto-Regular.ttf)}
@font-face{font-family:Roboto-BoldCondensed;src:url(https://s3.amazonaws.com/joindiaspora/fonts/Roboto-BoldCondensed.ttf)}
@font-face{font-family:Roboto;src:url("Roboto-Regular.ttf")}
@font-face{font-family:Roboto-BoldCondensed;src:url("Roboto-BoldCondensed.ttf")}
body,
html {
@ -19,7 +19,7 @@
color: #666;
text-align: center;
font-family: Roboto, Helvetica, Arial, sans-serif;
background-image: url(https://joindiaspora.s3.amazonaws.com/assets/pattern-4deadcd0b3ee298c791c9055bdef3377.png);
background-image: url("bgpattern.png");
text-shadow: 0 1px 0 #fff;
}
@ -79,7 +79,7 @@
</div>
<div id="cat-footer" class="transparent">
<img src="https://s3.amazonaws.com/joindiaspora/peeping-tom.png">
<img src="peeping-tom.png">
</div>
</body>
</html>

Binary file not shown.

BIN
public/Roboto-Regular.ttf Normal file

Binary file not shown.

BIN
public/bgpattern.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

BIN
public/peeping-tom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB