dashboard reset and insert div for styling

This commit is contained in:
Chester Bak 2024-07-30 09:21:05 +07:00
parent 8e87343105
commit 1178cae46b
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
<?php <?php
include_once 'header.php'; include_once 'header.php'; ?>
echo nl2br(file_get_contents( "streams.txt" )); <div>
<?php
echo nl2br(file_get_contents( "streams.txt" ));
?>
</div>

View File

@ -27,7 +27,7 @@ function filename(){
</div> </div>
<div class="menu"> <div class="menu">
<a href="index.php" class="menu-item">Home</a> <a href="index.php" class="menu-item">Home</a>
<a href="dashboard.php" class="menu-item">Dashboard</a> <a href="dashboard.php" class="menu-item">Scheduled Streams</a>
</div> </div>
<div class="account"> <div class="account">
<form action="login.php" method="post"> <form action="login.php" method="post">