summaryrefslogtreecommitdiff
path: root/Year_3/Web/notifications/views
diff options
context:
space:
mode:
Diffstat (limited to 'Year_3/Web/notifications/views')
-rw-r--r--Year_3/Web/notifications/views/index.pug11
1 files changed, 11 insertions, 0 deletions
diff --git a/Year_3/Web/notifications/views/index.pug b/Year_3/Web/notifications/views/index.pug
new file mode 100644
index 0000000..13cb568
--- /dev/null
+++ b/Year_3/Web/notifications/views/index.pug
@@ -0,0 +1,11 @@
+doctype
+html
+ head
+ script(src="/socket.io/socket.io.js")
+ script
+ | var socket = io()
+ body
+ #notifications
+ h1 Hello man, ur n° #{id}
+
+ script(src="./notifications.js")