From f3007671f230087d017036992844a04fdc812c22 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 27 Jul 2022 16:26:52 +0200 Subject: add app --- Year_3/Web/notifications/views/index.pug | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Year_3/Web/notifications/views/index.pug (limited to 'Year_3/Web/notifications/views/index.pug') 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") -- cgit v1.2.3-18-g5258