Skip to content

Commit 05d7c11

Browse files
committed
fixed the logo link in index.html, thanks David
1 parent 05b42c6 commit 05d7c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/_default/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<body>
2929
<a href="https://github.com/web2py/py4web" style="position:fixed;z-index:10x00;top:0;right:0;"><img width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png?resize=149%2C149" class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
3030
<header>
31-
<img class="logo" src="/static/images/logo.png"/>
31+
<img class="logo" src="static/images/logo.png"/>
3232
<h1>PY4WEB</h1>
3333
<h2>Different, yet cute, and a memorable evolutionary step.</h2>
3434
<a class="btn" href="_dashboard">Dashboard</a>

0 commit comments

Comments
 (0)