diff --git a/README.md b/README.md
index ded7149..2793983 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,12 @@
 # dtime-js
 
 dtime - Erisian (Discordian) time and date
-based on REAL-TIME CLOCK by Tiago Madeira
\ No newline at end of file
+based on REAL-TIME CLOCK by Tiago Madeira
+
+Discordian date:
+https://en.wikipedia.org/wiki/Discordian_calendar
+
+Discordian time is the decimal time without time zones, where the
+beginning of the day coincides with the beginning of the Christian
+winter day on Easter Island (UTC-5):
+https://en.wikipedia.org/wiki/Decimal_time
diff --git a/dtime.css b/dtime.css
new file mode 100644
index 0000000..b4dbd02
--- /dev/null
+++ b/dtime.css
@@ -0,0 +1,31 @@
+* {
+    margin:0;
+    padding:0;
+}
+
+html {
+    width:100%;
+    height:100%;
+    position:relative;
+    background:#f1f1f1;
+    color:#326f0c;
+    font-size: 55px;
+}
+
+#wrap {
+    position:absolute;
+    text-align:center;
+    position: absolute;
+    top: 50%;
+    left: 50%;
+    margin-right: -50%;
+    transform: translate(-50%, -50%);
+}
+
+#ddate {
+    text-transform:uppercase;
+}
+
+#dtime {
+    font-size: 305%;
+}
diff --git a/dtime.js b/dtime.js
new file mode 100644
index 0000000..1fb3684
--- /dev/null
+++ b/dtime.js
@@ -0,0 +1,125 @@
+/*
+* https://gitlab.com/zlax/dtime-js
+* based on:
+*
+* REAL-TIME CLOCK (c) 2009 por Tiago Madeira (http://tiagomadeira.com/)
+* Idealizado por Santaum (http://santaum.org/)
+*
+* All Hail Eris!
+*
+* This program is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program.  If not, see 
Ative o JavaScript.
-00:00:00
-Need javascript enabled
+00:00:00
+