Compare commits
2 Commits
8e87343105
...
f6327417f0
| Author | SHA1 | Date | |
|---|---|---|---|
| f6327417f0 | |||
| 1178cae46b |
@ -1,3 +1,7 @@
|
||||
<?php
|
||||
include_once 'header.php';
|
||||
echo nl2br(file_get_contents( "streams.txt" ));
|
||||
include_once 'header.php'; ?>
|
||||
<div class="dash">
|
||||
<?php
|
||||
echo nl2br(file_get_contents( "streams.txt" ));
|
||||
?>
|
||||
</div>
|
||||
@ -27,7 +27,7 @@ function filename(){
|
||||
</div>
|
||||
<div class="menu">
|
||||
<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 class="account">
|
||||
<form action="login.php" method="post">
|
||||
|
||||
@ -51,6 +51,10 @@ p.user {
|
||||
width:325px;
|
||||
max-width:325px;
|
||||
}
|
||||
.dash {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
h4 {
|
||||
border-radius:4px;
|
||||
background-color:red;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user