14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
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") |