just change filename ab.tis to ab.js & change index.html
This commit is contained in:
parent
b41658138a
commit
b669bdd8d5
2 changed files with 5 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue