just change filename ab.tis to ab.js & change index.html
This commit is contained in:
parent
b41658138a
commit
b669bdd8d5
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user