Update index.php

This commit is contained in:
awesomeuser 2023-08-04 15:34:27 +00:00
parent c0ffc9391c
commit fbeb1dfe2e

View file

@ -46,6 +46,14 @@
cursor: pointer;
}
.feed-header {
color: white;
display: inline-block;
font-size: 20px;
margin-top: 16px;
margin-bottom: 0;
}
.post {
width: 100%;
background: white;
@ -139,6 +147,8 @@
}
</script>
<h1 class="feed-header">Farp highlights</h1>
</div>
<div id="content-column">
@ -159,7 +169,7 @@
</script>
<!-- feed display -->
<h1 style="color: white; display: inline-block; font-size: 20px; margin-top: 16px; margin-bottom: 0;">Global Feed</h1>
<h1 class="feed-header">Global Feed</h1>
<span class="post" id="refresh" onclick="window.location.href = 'index.php'">refresh feed</span>
<?php