css working, kinda looks like mspa now!
This commit is contained in:
parent
9e17051db3
commit
54ddfd33c2
14 changed files with 329 additions and 6 deletions
|
@ -3,4 +3,10 @@ $db = mysqli_connect('localhost', 'root', '', 'mspa');
|
|||
|
||||
if (!$db) {
|
||||
exit("Connection failed: " . mysqli_connect_error());
|
||||
}
|
||||
}
|
||||
|
||||
//echo "<h1>".$pageinfo["title"]."</h1><br>";
|
||||
//if($pageinfo["has-image"] = 1) {echo "<img src='".$pageinfo["image"]."' class='mar-x-auto disp-bl'>";};
|
||||
//echo "<p>".$pageinfo["content"]."</p>";
|
||||
|
||||
//echo "<a href='".$nextpage."'>".$npage["title"]."</a>"; ?>
|
Loading…
Add table
Add a link
Reference in a new issue