parent
92d9a14057
commit
4e9dfee799
@ -0,0 +1,35 @@ |
|||||||
|
<!DOCTYPE html><!DOCTYPE html> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<link rel="stylesheet" type="text/css" href="/reset.css"> |
||||||
|
<link rel="stylesheet" type="text/css" href="/sig.css"> |
||||||
|
<meta charset="UTF-8"> |
||||||
|
<script type="text/javascript"> |
||||||
|
function loadCodeBackground() { |
||||||
|
fetch("codeBackground").then((data)=>data.text()) |
||||||
|
.then((data)=>{ |
||||||
|
document.getElementById("codeForeground").innerText=data |
||||||
|
document.getElementById("codeBackground").innerText=data |
||||||
|
}) |
||||||
|
} |
||||||
|
loadCodeBackground(); |
||||||
|
</script> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<div class="contentBody"> |
||||||
|
|
||||||
|
articles 2022-05-04T18:30:43.309932Z gitpod 116<br/> |
||||||
|
codeBackground 2022-05-04T18:30:43.285932Z gitpod 2635<br/> |
||||||
|
otherpage.html 2022-05-04T18:30:43.289932Z gitpod 900<br/> |
||||||
|
reset.css 2022-05-04T18:30:43.293932Z gitpod 1093<br/> |
||||||
|
sig.css 2022-05-04T18:30:43.301932Z gitpod 3550<br/> |
||||||
|
testfile.html 2022-05-04T18:30:43.301932Z gitpod 828<br/> |
||||||
|
|
||||||
|
</div> <!--End Content Body--> |
||||||
|
<div class="codeForeground" id="codeForeground"></div> |
||||||
|
<div class="codeBackground" id="codeBackground"></div> |
||||||
|
</body> |
||||||
|
<footer> |
||||||
|
|
||||||
|
</footer> |
||||||
|
</html> |
@ -0,0 +1,32 @@ |
|||||||
|
<!DOCTYPE html><!DOCTYPE html> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<link rel="stylesheet" type="text/css" href="/reset.css"> |
||||||
|
<link rel="stylesheet" type="text/css" href="/sig.css"> |
||||||
|
<meta charset="UTF-8"> |
||||||
|
<script type="text/javascript"> |
||||||
|
function loadCodeBackground() { |
||||||
|
fetch("codeBackground").then((data)=>data.text()) |
||||||
|
.then((data)=>{ |
||||||
|
document.getElementById("codeForeground").innerText=data |
||||||
|
document.getElementById("codeBackground").innerText=data |
||||||
|
}) |
||||||
|
} |
||||||
|
loadCodeBackground(); |
||||||
|
</script> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<div class="contentBody"> |
||||||
|
|
||||||
|
curabitur vel tempus ex.article 2022-05-04T18:30:43.269932Z gitpod 618<br/> |
||||||
|
sigplace1.article 2022-05-04T18:30:43.273932Z gitpod 1559<br/> |
||||||
|
test articles 2022-05-04T18:30:43.205932Z gitpod 69<br/> |
||||||
|
|
||||||
|
</div> <!--End Content Body--> |
||||||
|
<div class="codeForeground" id="codeForeground"></div> |
||||||
|
<div class="codeBackground" id="codeBackground"></div> |
||||||
|
</body> |
||||||
|
<footer> |
||||||
|
|
||||||
|
</footer> |
||||||
|
</html> |
@ -0,0 +1,32 @@ |
|||||||
|
<!DOCTYPE html><!DOCTYPE html> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<link rel="stylesheet" type="text/css" href="/reset.css"> |
||||||
|
<link rel="stylesheet" type="text/css" href="/sig.css"> |
||||||
|
<meta charset="UTF-8"> |
||||||
|
<script type="text/javascript"> |
||||||
|
function loadCodeBackground() { |
||||||
|
fetch("codeBackground").then((data)=>data.text()) |
||||||
|
.then((data)=>{ |
||||||
|
document.getElementById("codeForeground").innerText=data |
||||||
|
document.getElementById("codeBackground").innerText=data |
||||||
|
}) |
||||||
|
} |
||||||
|
loadCodeBackground(); |
||||||
|
</script> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<div class="contentBody"> |
||||||
|
|
||||||
|
test1.article 2022-05-04T18:30:43.277932Z gitpod 1111<br/> |
||||||
|
test2.article 2022-05-04T18:30:43.277932Z gitpod 807<br/> |
||||||
|
test3.article 2022-05-04T18:30:43.281932Z gitpod 1020<br/> |
||||||
|
|
||||||
|
</div> <!--End Content Body--> |
||||||
|
<div class="codeForeground" id="codeForeground"></div> |
||||||
|
<div class="codeBackground" id="codeBackground"></div> |
||||||
|
</body> |
||||||
|
<footer> |
||||||
|
|
||||||
|
</footer> |
||||||
|
</html> |
Loading…
Reference in new issue