From ac0363f28bef754189dca60d2c9d791ebc6dd1e5 Mon Sep 17 00:00:00 2001 From: silas Date: Wed, 13 Jun 2018 12:03:31 +0200 Subject: [PATCH] test --- .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/wordRotator.iml | 10 ++++++++++ public/html/application/sync.html | 1 + 4 files changed, 25 insertions(+) create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/wordRotator.iml create mode 100644 public/html/application/sync.html diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..991febe --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/wordRotator.iml b/.idea/wordRotator.iml new file mode 100644 index 0000000..e306653 --- /dev/null +++ b/.idea/wordRotator.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/public/html/application/sync.html b/public/html/application/sync.html new file mode 100644 index 0000000..4d0bd53 --- /dev/null +++ b/public/html/application/sync.html @@ -0,0 +1 @@ +
Sync
\ No newline at end of file