Skip to content

Commit

Permalink
Application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stelian56 committed Apr 17, 2015
1 parent 1f9cefc commit 14af369
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bodymusic.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def do_GET(self):
file_path = file_path[1:]
if len(file_path) > 0:
try:
f = open(file_path)
f = open(file_path, "rb")
except IOError:
self.send_not_found(file_path)
else:
Expand Down
Binary file modified doc/DataFlow.odg
Binary file not shown.
Binary file modified doc/DataFlow.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion html/bodymusic.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/css/bodymusic.css"/>
<link rel="icon" type="image/x-icon" href="/images/bodymusic.ico"/>
<script src="/js/jquery-2.1.1.js"></script>
<script src="/js/bodymusic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/bodymusic.css"/>
<title>Body Music</title>
</head>

Expand Down
Binary file added images/bodymusic.ico
Binary file not shown.
Binary file added images/bodymusic.xcf
Binary file not shown.

0 comments on commit 14af369

Please sign in to comment.