mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-29 20:52:15 -05:00
11 lines
201 B
HTML
11 lines
201 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
|
||
|
<script src="#{jsFileName}"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>Connecting</p>
|
||
|
</body>
|
||
|
</html>
|