first commit

This commit is contained in:
编码猿
2024-09-27 01:15:04 +08:00
commit 89004b22d2
47 changed files with 4871 additions and 0 deletions

14
ksAll/views/index.pug Normal file
View 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")