}
.bottom-container {
display: grid;
- grid-template-columns: 1fr 1fr;
+ grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bottom-container p {
margin: 0;
}
- .bottom-container p:first-child {
+ .bottom-container p:nth-child(2n+1) {
text-align: right;
}
iframe {
<br/>
</div>
<div class="bottom-container">
+ <p>Modified: </p>
+ <p id='modified' />
+ <script>
+ var last_modified_timestamp = new Date(document.lastModified);
+ var last_modified = last_modified_timestamp.getFullYear() + '/'
+ + last_modified_timestamp.getMonth() + '/'
+ + last_modified_timestamp.getDate()
+ document.getElementById('modified').innerHTML = last_modified;
+ </script>
<p>Views: </p>
<p>
<iframe src="/views/" frameborder=0