summary refs log tree commit diff
path: root/client/src/Components/Title.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/Components/Title.js')
-rw-r--r--client/src/Components/Title.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/Components/Title.js b/client/src/Components/Title.js
new file mode 100644
index 0000000..8ea96a9
--- /dev/null
+++ b/client/src/Components/Title.js
@@ -0,0 +1,12 @@
+import React from 'react';
+
+function Title() {
+    return (
+        <div className="title">
+            <span><b>sho.rest</b><br/></span>
+            <span>Made with ❤ by <b>Mel</b></span>
+        </div>
+    )
+}
+
+export default Title;
\ No newline at end of file