mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
script(src='/socket.io/socket.io.js')
|
|
script(src='/garageserver.io.js')
|
|
script(src='/javascripts/jquery-2.0.0.min.js')
|
|
script(src='/javascripts/keyboard.min.js')
|
|
script(src='/javascripts/gameloop.js')
|
|
script(src='core.js')
|
|
script(src='/javascripts/game.js')
|
|
body
|
|
block content |