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> <html>
<head> <head>
<style> <link rel="stylesheet" href="common.css">
@import url(common.css); <link rel="stylesheet" href="index.css">
@import url(index.css); <script type="module" src="index.js"></script>
</style> <!-- <script type="text/tiscript">
<script type="text/tiscript">
include "common.tis"; include "common.tis";
include "ab.tis"; include "ab.tis";
include "index.tis"; include "index.tis";
</script> </script> -->
</head> </head>
<body> <body>