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 {
|
#refresh {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
margin: 10px auto;
|
margin: 10px 0;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
float: right;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -117,7 +118,8 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- feed display -->
|
<!-- 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
|
<?php
|
||||||
// ensure the file exists before attempting to read from it
|
// ensure the file exists before attempting to read from it
|
||||||
|
|
Reference in a new issue