mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-04-16 13:00:58 +00:00
13 lines
309 B
HTML
13 lines
309 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<base href="/">
|
||
|
|
<title>Twitter Hash Tag Stats Demo</title>
|
||
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||
|
|
<script src="/socket.io/socket.io.js"></script>
|
||
|
|
<script data-main="js/main" src="js/lib/require-jquery.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|