diff --git a/static/css/digimarks.css b/src/digimarks/static/css/digimarks.css similarity index 100% rename from static/css/digimarks.css rename to src/digimarks/static/css/digimarks.css diff --git a/static/favicon.ico b/src/digimarks/static/favicon.ico similarity index 100% rename from static/favicon.ico rename to src/digimarks/static/favicon.ico diff --git a/static/faviconfallback.png b/src/digimarks/static/faviconfallback.png similarity index 100% rename from static/faviconfallback.png rename to src/digimarks/static/faviconfallback.png diff --git a/static/favicons/.notempty b/src/digimarks/static/favicons/.notempty similarity index 100% rename from static/favicons/.notempty rename to src/digimarks/static/favicons/.notempty diff --git a/static/js/init.js b/src/digimarks/static/js/init.js similarity index 100% rename from static/js/init.js rename to src/digimarks/static/js/init.js diff --git a/templates/404.html b/src/digimarks/templates/404.html similarity index 100% rename from templates/404.html rename to src/digimarks/templates/404.html diff --git a/templates/base.html b/src/digimarks/templates/base.html similarity index 100% rename from templates/base.html rename to src/digimarks/templates/base.html diff --git a/templates/bookmarks.html b/src/digimarks/templates/bookmarks.html similarity index 100% rename from templates/bookmarks.html rename to src/digimarks/templates/bookmarks.html diff --git a/templates/bookmarks.js b/src/digimarks/templates/bookmarks.js similarity index 100% rename from templates/bookmarks.js rename to src/digimarks/templates/bookmarks.js diff --git a/templates/cards.html b/src/digimarks/templates/cards.html similarity index 100% rename from templates/cards.html rename to src/digimarks/templates/cards.html diff --git a/templates/edit.html b/src/digimarks/templates/edit.html similarity index 100% rename from templates/edit.html rename to src/digimarks/templates/edit.html diff --git a/templates/index.html b/src/digimarks/templates/index.html similarity index 100% rename from templates/index.html rename to src/digimarks/templates/index.html diff --git a/templates/list.html b/src/digimarks/templates/list.html similarity index 100% rename from templates/list.html rename to src/digimarks/templates/list.html diff --git a/templates/publicbookmarks.html b/src/digimarks/templates/publicbookmarks.html similarity index 100% rename from templates/publicbookmarks.html rename to src/digimarks/templates/publicbookmarks.html diff --git a/templates/redirect.html b/src/digimarks/templates/redirect.html similarity index 100% rename from templates/redirect.html rename to src/digimarks/templates/redirect.html diff --git a/templates/tags.html b/src/digimarks/templates/tags.html similarity index 100% rename from templates/tags.html rename to src/digimarks/templates/tags.html