Compare commits
No commits in common. "f6327417f066cfb0c10c3301e80fe11a3c352a99" and "8e87343105aa94cc65f0b48ab3274fd1056dd37e" have entirely different histories.
f6327417f0
...
8e87343105
@ -1,7 +1,3 @@
|
||||
<?php
|
||||
include_once 'header.php'; ?>
|
||||
<div class="dash">
|
||||
<?php
|
||||
echo nl2br(file_get_contents( "streams.txt" ));
|
||||
?>
|
||||
</div>
|
||||
include_once 'header.php';
|
||||
echo nl2br(file_get_contents( "streams.txt" ));
|
||||
@ -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">Scheduled Streams</a>
|
||||
<a href="dashboard.php" class="menu-item">Dashboard</a>
|
||||
</div>
|
||||
<div class="account">
|
||||
<form action="login.php" method="post">
|
||||
|
||||
@ -51,10 +51,6 @@ 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