1
ewpratten.com/devmon.html
2019-05-02 17:35:32 -04:00

69 lines
2.8 KiB
HTML

<head id="site">
<title>RetryLife</title>
<link href="/css/animations.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Germania+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Black+Ops+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Denk+One" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
</head>
<body >
<div id="particles-js" >
<!-- Blank vertical space -->
<div class="full-height" id="blank"></div>
<!-- Main content -->
<table class="content">
<tr>
<td class="empty thin" id="blank top"></td>
<td class="info">
<div class="content-box " id="content">
<!-- Back button -->
<div class="back"><a onclick="slidedown('/')">Back</a></div>
<!-- Main text -->
<div class="content-box-wrapper">
<!-- Post time -->
<h1><dashed>---</dashed> Post Gap <dashed>---</dashed></h1>
<p>This is the amount of time between the last, and second last post on devrant</p>
<h2 id="time">20s</h2>
<!-- Newest post -->
<h1><dashed>---</dashed> Newest Post <dashed>---</dashed></h1>
<p>This is the rant id of the latest rant</p>
<h2 id="id">0000</h2>
<!-- ID Gap -->
<h1><dashed>---</dashed> ID Gap <dashed>---</dashed></h1>
<p>There is sometimes a gap between the id of each new rant form the last. This is the current gap</p>
<h2 id="gap">0000</h2>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="/js/particles.min.js"></script>
<script src="/js/main.js"></script>
<script src="/js/console.js"></script>
<script src="/js/links.js"></script>
<script src="/js/devrant-monitor.js"></script>
<script src="/js/content-rizer.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-74118570-2');
</script>
</body>