just change filename ab.tis to ab.js & change index.html

This commit is contained in:
csf 2022-01-02 18:34:58 +08:00 committed by open-trade
parent b41658138a
commit b669bdd8d5
2 changed files with 5 additions and 6 deletions

View File

@ -1,15 +1,14 @@
<html>
<head>
<style>
@import url(common.css);
@import url(index.css);
</style>
<script type="text/tiscript">
<link rel="stylesheet" href="common.css">
<link rel="stylesheet" href="index.css">
<script type="module" src="index.js"></script>
<!-- <script type="text/tiscript">
include "common.tis";
include "ab.tis";
include "index.tis";
</script>
</script> -->
</head>
<body>