-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLOG.htm
More file actions
21 lines (18 loc) · 2.05 KB
/
Copy pathLOG.htm
File metadata and controls
21 lines (18 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- saved from url=(0018)http://8.8.8.8/log -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>
document.addEventListener("DOMContentLoaded", function(event) {
var scrollpos = localStorage.getItem('scrollpos');
if (scrollpos) window.scrollTo(0, scrollpos);
});
window.onbeforeunload = function(e) {
localStorage.setItem('scrollpos', window.scrollY);
};
</script>
<script>
window.onload = function() {
document.getElementById('overlay').style.display = 'none';
};
</script>
<link rel="stylesheet" href="NETHERCAP.css">
<style>undefined</style><link rel="preconnect" href="https://fonts.googleapis.com/" crossorigin="use-credentials"><link rel="preconnect" href="https://fonts.gstatic.com/"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swa"></head><body><div class="content anim-slide-up"><div class="overlay" id="overlay" style="display: none;"></div><div class="glow-title">LOG AKTIVITAS</div><div class="button-grid"><form method="post" action="http://8.8.8.8/"><button>KEMBALI</button></form><button onclick="document.getElementById('logFrame').contentWindow.location.reload();">MUAT ULANG</button></div><div class="section-title">Event Sistem</div><div style="border: 1px solid var(--accent-primary); box-shadow: 0 0 10px rgba(14,98,194,0.2); background: #000; height: 400px; padding: 0;"><iframe id="logFrame" src="log.html" style="width:100%; height:100%; border:0; display:block;"></iframe></div><script>var f = document.getElementById('logFrame');f.onload = function(){ var d = f.contentWindow.document; d.body.style.backgroundColor = '#0d0e12'; d.body.style.color = '#00f0ff'; d.body.style.fontFamily = "'Courier New', monospace"; d.body.style.fontSize = '12px'; d.body.style.margin = '10px'; window.setTimeout(function(){ f.contentWindow.scrollTo(0, d.body.scrollHeight); }, 100);};</script></div></body></html>