diff --git a/index.html b/index.html
deleted file mode 100644
index df83728..0000000
--- a/index.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Unit
-
-
-
-
-
-
-
- Unit
-
-
- Viale Molise 68, Milano
- unit at paranoici.org
- #unit at irc.autistici.org
-
-
-
-
-
-
diff --git a/logo.svg b/logo.svg
deleted file mode 100644
index 17f460f..0000000
--- a/logo.svg
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
-
diff --git a/favicon.ico b/src/favicon.ico
similarity index 100%
rename from favicon.ico
rename to src/favicon.ico
diff --git a/style.css b/style.css
deleted file mode 100644
index 5e8f4dc..0000000
--- a/style.css
+++ /dev/null
@@ -1,31 +0,0 @@
-html {
- font-family: monospace;
- font-size: 12pt;
-}
-
-h1 {
- font-size: 2rem;
-}
-
-a:link, a:visited {
- text-decoration: none;
- color: #04a;
-}
-
-a:link:active, a:visited:active,
-a:link:hover, a:visited:hover {
- text-decoration: underline;
-}
-
-body > section {
- margin: 2rem auto 2rem auto;
- width: 20rem;
-}
-
-img.logo {
- width: 100%;
-}
-
-section.info > p {
- margin: 0 0 0.5rem 0;
-}