Init commit
This commit is contained in:
BIN
views/.index.jade.swp
Normal file
BIN
views/.index.jade.swp
Normal file
Binary file not shown.
21
views/index.jade
Normal file
21
views/index.jade
Normal file
@@ -0,0 +1,21 @@
|
||||
html
|
||||
head
|
||||
|
||||
|
||||
|
||||
link(rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous")
|
||||
link(link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous")
|
||||
script(src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js")
|
||||
script(src="//code.jquery.com/jquery-1.12.0.min.js")
|
||||
script(src="clientApp.js")
|
||||
title Fancy title
|
||||
body
|
||||
|
||||
#input_and_control
|
||||
div.input
|
||||
span.label url
|
||||
input(type="text", name="url",id="urlText")
|
||||
input(type="submit", value="add", id="addUrl")
|
||||
|
||||
#ressources_list
|
||||
|
||||
Reference in New Issue
Block a user