Added linked list implementation
This commit is contained in:
11
controllers/list/views/index.jade
Normal file
11
controllers/list/views/index.jade
Normal file
@@ -0,0 +1,11 @@
|
||||
extends ../../../views/main
|
||||
|
||||
block title
|
||||
title #{title} - Test
|
||||
|
||||
block extrajs
|
||||
script(src='/static/js/List.min.js')
|
||||
script(src='/static/js/ListTest.min.js')
|
||||
|
||||
block content
|
||||
Hello
|
||||
Reference in New Issue
Block a user