do adv and scirpt

This commit is contained in:
wanlop run 2024-04-01 13:06:42 +07:00
parent 5e24f2918a
commit 5eb9d369f4
6 changed files with 11 additions and 24 deletions

View file

@ -2,12 +2,8 @@
<html>
<head>
<title>Page Title</title>
<link rel="stylesheet" type="text/css" href="/css/minimal2.css">
<style>
table, th, td {
border: 1px thin black;
}
</style>
</head>
<body>
@ -34,7 +30,7 @@
const sp1 = str1.split("|");
all_out += "<H1>" + sp1[0] + "</H1>"
all_out += "<H2>" + sp1[0] + "</H2>"
const sp2 = sp1[1].split(",");
all_out += "<table>";