Skip to content

Commit ee5e7d5

Browse files
committed
Fix logo on 404 page
1 parent 05441c2 commit ee5e7d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta property="dc:title" about="/front_page" content="Front Page" />
1111
<meta content="Drupal 7 (http://drupal.org)" name="Generator" />
1212
<!-- Title ----------------------- -->
13-
<title>User Interface Components - App Inventor for Android</title>
13+
<title>Page Not Found - App Inventor for Android</title>
1414
<!-- Title ----------------------- -->
1515
<style>
1616
body{
@@ -417,7 +417,7 @@
417417
<div id="top_bar">
418418
<div id="branding">
419419
<div id="logo"><a class="active" title="Home page" href="http://appinventor.mit.edu"><img
420-
alt="Explore MIT App Inventor logo" src="ai2/logo.png" /></a></div>
420+
alt="Explore MIT App Inventor logo" src="explore/sites/all/themes/appinventor/logo.png" /></a></div>
421421
</div>
422422
<div class="nav clearfix" id="menu-bar">
423423
<nav role="navigation"> </nav>
@@ -494,4 +494,4 @@ <h1 property="dc:title" datatype="" class="article-title">
494494
</tbody>
495495
</table>
496496
</body>
497-
</html>
497+
</html>

0 commit comments

Comments
 (0)