summaryrefslogtreecommitdiff
path: root/Year_3/Web/notifications/views/index.pug
blob: 13cb568dd660f2703c994bd7d410a56b1786cb8c (plain)
1
2
3
4
5
6
7
8
9
10
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")