Skip to content
Snippets Groups Projects
Commit 4a9cf3b5 authored by devCoster's avatar devCoster
Browse files

Fixed DOCTYPE

parent c1d2bbc6
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
</div>
<div id="footer" class="row">
<!-- This footer will change depending on your settings in top.html -->
<p class="text-center"><a href=https://www.devcoster.com/betterlisting>BetterListing</a><a id="footerURL" href=https://www.devcoster.com/>devCoster</a></p>
<p class="text-center"><a href="https://www.devcoster.com/betterlisting">BetterListing</a><a id="footerURL" href="https://www.devcoster.com/">devCoster</a></p>
</div>
</div>
</body>
......
......@@ -97,4 +97,4 @@ input.form-control,input.form-control:focus {
font-size: 14px;
cursor: pointer;
color: #AAA;
}
\ No newline at end of file
}
<!DOCTYPE html>
<!-- BetterListing - devCoster.com -->
<!-- Coster coster@devcoster.com -->
<!-- Version 1.0a -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Adjust title in settings below -->
......@@ -13,7 +14,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Oxygen+Mono|Open+Sans' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Oxygen+Mono|Open+Sans" rel="stylesheet" type="text/css">
<!-- Styles -->
<link rel="stylesheet" href="/betterlisting/style.css">
......@@ -63,7 +64,7 @@
// Add back button.
$("h1").html(currentDir);
if (dir.length > 60) {
dirTrun = dir.replace(/(.{60})/g, "$1\n")
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment