2021-03-29 15:59:14 +08:00
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
2022-01-02 18:34:58 +08:00
|
|
|
<link rel="stylesheet" href="common.css">
|
|
|
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
|
<script type="module" src="index.js"></script>
|
|
|
|
|
<!-- <script type="text/tiscript">
|
2021-03-29 15:59:14 +08:00
|
|
|
include "common.tis";
|
2021-12-27 02:28:25 +08:00
|
|
|
include "ab.tis";
|
2021-03-29 15:59:14 +08:00
|
|
|
include "index.tis";
|
2022-01-02 18:34:58 +08:00
|
|
|
</script> -->
|
2021-03-29 15:59:14 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
</body>
|
|
|
|
|
|
2021-06-14 17:51:45 +08:00
|
|
|
</html>
|