This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/client/pug/index.pug

11 lines
223 B
Text
Raw Normal View History

2018-10-02 01:02:17 +00:00
doctype html
html
head
title Crafty Things
link(rel='stylesheet', href='style.css')
script(src='/socket.io/socket.io.js')
script(src='lib.min.js')
script(src='index.min.js')
body
h1 Hello World!