Fixed css path

This commit is contained in:
Timothy Rogers 2020-03-06 22:08:33 -05:00
parent bc154c4a7f
commit 3d015bd4de
4 changed files with 5 additions and 5 deletions

View file

@ -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'); ?>