memory leak problems with tetris poop
This commit is contained in:
+16
-3
@@ -3,15 +3,28 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>WF Compiler Demo</title>
|
||||
<link rel="stylesheet" href="./default.css">
|
||||
<link rel="stylesheet" href="/css/default.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1 class="content-title">WFC Demo</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="/chat.html">Websocket Chatroom</a></li>
|
||||
<li><a href="/ws-test-echo.html">Websocket Echo Test</a></li>
|
||||
<li>
|
||||
Websocket demos that work
|
||||
|
||||
<ul>
|
||||
<li><a href="/ws-test-echo.html">Echo</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Don't work
|
||||
|
||||
<ul>
|
||||
<li><a href="/chat.html">Chatroom</a></li>
|
||||
<li><a href="/tetris.html">Tetris</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="content-body">
|
||||
|
||||
Reference in New Issue
Block a user