added login and register page
parent
3fab56f340
commit
031ffd14fc
@ -0,0 +1,8 @@
|
|||||||
|
html
|
||||||
|
head
|
||||||
|
title Greenvironment Network Login
|
||||||
|
include ../includes/head
|
||||||
|
body
|
||||||
|
div#content
|
||||||
|
include stylebar
|
||||||
|
include login
|
@ -0,0 +1,2 @@
|
|||||||
|
div.stylebar
|
||||||
|
h1 Greenvironment
|
@ -0,0 +1,8 @@
|
|||||||
|
html
|
||||||
|
head
|
||||||
|
title Greenvironment Network Register
|
||||||
|
include ../includes/head
|
||||||
|
body
|
||||||
|
div#content
|
||||||
|
include stylebar
|
||||||
|
include register
|
@ -0,0 +1,8 @@
|
|||||||
|
div#input-register
|
||||||
|
input(type=text placeholder='username')
|
||||||
|
input(type=text placeholder='email')
|
||||||
|
input(type=text placeholder='password')
|
||||||
|
input(type=text placeholder='repeat password')
|
||||||
|
button.registerButton Register
|
||||||
|
a(href="/login" )
|
||||||
|
| You are already part of greenvironment? - login
|
@ -0,0 +1,2 @@
|
|||||||
|
div.stylebar
|
||||||
|
h1 Greenvironment
|
Loading…
Reference in New Issue