Fixed css path
This commit is contained in:
parent
bc154c4a7f
commit
3d015bd4de
4 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>HACK13 Site</title>
|
||||
<link rel="stylesheet" type="text/css" href="assets/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/bootstrap.min.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<?php include('views/navbar.php'); ?>
|
||||
|
|
Reference in a new issue