Skip to content

Commit

Permalink
Fixed a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiittyka authored Nov 25, 2018
1 parent 85f5d3d commit 52f4acf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion calorie.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>Calorie Consumption</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="style.css" />
<body background="wild-sea.png">
<div>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions dietician.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<html>
<head>
<title>Welcome Home</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="style.css" />
<
<body>
<div>
<ul>
<li id="align">The Calorie Updater</li>
<li><a href="logout.php">Logout</a></li>
<li><a href="about.html">About</a></li>
<li><a>About</a></li>
<li><a class="active" href="index.php">Dashboard</a></li>
<li><a href="login.php">Home</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<head>
<meta charset="utf-8">
<title>Welcome Home</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type = "text/javascript">
</script>
Expand Down
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Login</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Registration</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body background="wild-sea.png">
<div>
Expand Down

0 comments on commit 52f4acf

Please sign in to comment.