first commit
This commit is contained in:
14
ksAll/views/index.pug
Normal file
14
ksAll/views/index.pug
Normal file
@@ -0,0 +1,14 @@
|
||||
extends layout
|
||||
|
||||
block css
|
||||
link(rel='stylesheet', href='/stylesheets/index.css')
|
||||
|
||||
block content
|
||||
.video
|
||||
.close x
|
||||
video(src="", loop, controls, height="100%")
|
||||
.like 喜欢
|
||||
ul
|
||||
|
||||
block js
|
||||
script(src="/javascripts/index.js")
|
||||
Reference in New Issue
Block a user