Skip to content

Commit

Permalink
Fix Linking Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Silfer committed Apr 6, 2017
1 parent c0dc8df commit 86e7779
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions source/view/error.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@

<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato">

<link rel="stylesheet" type="text/css" href="/css/error.css">
<link rel="stylesheet" type="text/css" href="/css/navigationbar.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<link rel="stylesheet" type="text/css" href="css/error.css">
<link rel="stylesheet" type="text/css" href="css/navigationbar.css">
</head>

<body>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<ul>
<!--<ul>
<li></li>
</ul>
</ul>-->

<% if(errorMessage){ %>
<h1>Error!</h1>
Expand Down

0 comments on commit 86e7779

Please sign in to comment.