mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
14 lines
489 B
Plaintext
Executable File
14 lines
489 B
Plaintext
Executable File
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
link(rel='stylesheet', href='/stylesheets/index.css')
|
|
script(src='/javascripts/CommentCoreLibrary.js')
|
|
body
|
|
#my-player.abp(style='width:100%; height:40px; background:#000;')
|
|
#my-comment-stage.container
|
|
|
|
script(src='/javascripts/socket.io.js')
|
|
script(src='/javascripts/jquery.js')
|
|
script(src='/javascripts/index.js') |