SigPlace/ref/DEFAULT.html

20 lines
527 B
HTML
Raw Normal View History

2022-05-02 18:16:03 +00:00
<!DOCTYPE html>
<html>
<head>
2022-05-02 21:03:16 -05:00
<link rel="stylesheet" type="text/css" href="/reset.css">
<link rel="stylesheet" type="text/css" href="/sig.css">
2022-05-02 21:03:16 -05:00
<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>
2022-05-02 18:16:03 +00:00
</head>
<body>
2022-05-03 14:51:51 +00:00
<div class="contentBody">
2022-05-02 18:16:03 +00:00