do adv and scirpt
This commit is contained in:
parent
5e24f2918a
commit
5eb9d369f4
6 changed files with 11 additions and 24 deletions
|
|
@ -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>";
|
||||
Loading…
Add table
Add a link
Reference in a new issue