satisfy cc
This commit is contained in:
parent
683e6dab96
commit
78f20e81ac
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue