summaryrefslogtreecommitdiff
path: root/Year_3/Web/notifications/views/index.pug
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-07-27 16:26:52 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-07-27 16:26:52 +0200
commitf3007671f230087d017036992844a04fdc812c22 (patch)
tree39a1e1a17ea8744bc40f34a8091aafeae06b4f99 /Year_3/Web/notifications/views/index.pug
parentcf7e0630c77b8f0e9660e3e633e10ea3db116387 (diff)
add app
Diffstat (limited to 'Year_3/Web/notifications/views/index.pug')
-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")