mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-26 03:02:25 -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>
|