satisfy cc

This commit is contained in:
awesomeuser 2023-08-02 22:44:53 +00:00
parent 683e6dab96
commit 78f20e81ac

View file

@ -69,9 +69,10 @@
#refresh {
width: 120px;
margin: 10px auto;
margin: 10px 0;
font-weight: 600;
text-align: center;
float: right;
padding: 5px;
color: var(--accent);
cursor: pointer;
@ -117,7 +118,8 @@
</script>
<!-- feed display -->
<div class="post" id="refresh" onclick="window.location.href = 'index.php'">refresh feed</div>
<h1 style="display: inline; font-size: 20px;">Global Feed</h1>
<span class="post" id="refresh" onclick="window.location.href = 'index.php'">refresh feed</span>
<?php
// ensure the file exists before attempting to read from it