From 20ac24f66da37cc011e2459c5a347a7083c3272c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 20 May 2018 15:05:54 +0200 Subject: move rpc around.. serve html --- public/assets/css/css.css | 2 ++ public/index.html | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 public/assets/css/css.css create mode 100644 public/index.html (limited to 'public') diff --git a/public/assets/css/css.css b/public/assets/css/css.css new file mode 100644 index 0000000..38d2045 --- /dev/null +++ b/public/assets/css/css.css @@ -0,0 +1,2 @@ +* { box-sizing: border-box } +html,body { margin: 0; padding: 0; width: 100%; height: 100%; font-family: 'Helvetica', sans-serif; font-weight: 300; } diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..bea6e33 --- /dev/null +++ b/public/index.html @@ -0,0 +1,21 @@ + + + + + live.cortex + + + + + + + +
+ + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2