Archived
1
This repository has been archived on 2021-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
kis3/static/test.html

12 lines
201 B
HTML
Raw Normal View History

2019-04-02 14:28:06 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KISSS</title>
</head>
<body>
Welcome to <b>KISSS</b>
<script src="http://localhost:8080/kis3.js"></script>
2019-04-02 14:28:06 +00:00
</body>
</html>