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">
|
2022-05-02 20:23:50 +00:00
|
|
|
<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:58:01 +00:00
|
|
|
<div class="contentBody">
|
2022-05-02 18:16:03 +00:00
|
|
|
|
|
|
|
SigPlace
|
2022-05-03 18:15:11 +00:00
|
|
|
<div class="contentWrapper"><h1>SigPlace</h1><div class="content" id="content_20"><div class="arrow" onClick="expand(20)">⤈</div>
|
2022-05-03 15:34:33 +00:00
|
|
|
Basic Content goes here.
|
2022-05-03 18:12:12 +00:00
|
|
|
</div><div class="datebar"></div><div class="date"></div></div>
|
2022-05-02 21:03:16 -05:00
|
|
|
<br/><br/>
|
|
|
|
<a href="otherpage.html">Other Page!</a>
|
|
|
|
|
2022-05-03 14:58:01 +00:00
|
|
|
</div> <!--End Content Body-->
|
2022-05-02 21:03:16 -05:00
|
|
|
<div class="codeForeground" id="codeForeground"></div>
|
|
|
|
<div class="codeBackground" id="codeBackground"></div>
|
2022-05-02 18:16:03 +00:00
|
|
|
</body>
|
|
|
|
<footer>
|
|
|
|
|
|
|
|
</footer>
|
|
|
|
</html>
|