pm2-gui-fr
Version:
Une interface web et terminal élégante pour Unitech / PM2.
19 lines (16 loc) • 497 B
text/jade
extends ../layouts/default
block head
meta(name='viewport', content='width=device-width, initial-scale=0.5, maximum-scale=0.5')
link(rel='stylesheet', href='css/auth.css')
block variables
- bodyClassName = 'carbon';
block content
.auth-form
#logo(title='PM2 GUI')
input(placeholder='Authorisation', type='password', maxlength='20', autocomplete='off')
a(href='#')
span
block js
script(src='js/socket.io.js')
script(src='js/d3.min.js')
script(src='js/auth.html.js')