SigPlace/ref/DEFAULT.html
sigonasr2, Sig, Sigo 3e6843d98a Remove reset.css
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-03 17:56:35 +00:00

18 lines
492 B
HTML

<!DOCTYPE html>
<html>
<head>
<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">