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