Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
betterlisting
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
betterlisting
Commits
4a9cf3b5
There was an error fetching the commit references. Please try again later.
Commit
4a9cf3b5
authored
8 years ago
by
devCoster
Browse files
Options
Downloads
Patches
Plain Diff
Fixed DOCTYPE
parent
c1d2bbc6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
betterlisting/bot.html
+1
-1
1 addition, 1 deletion
betterlisting/bot.html
betterlisting/style.css
+1
-1
1 addition, 1 deletion
betterlisting/style.css
betterlisting/top.html
+4
-3
4 additions, 3 deletions
betterlisting/top.html
with
6 additions
and
5 deletions
betterlisting/bot.html
+
1
−
1
View file @
4a9cf3b5
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
betterlisting/style.css
+
1
−
1
View file @
4a9cf3b5
...
...
@@ -97,4 +97,4 @@ input.form-control,input.form-control:focus {
font-size
:
14px
;
cursor
:
pointer
;
color
:
#AAA
;
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
betterlisting/top.html
+
4
−
3
View file @
4a9cf3b5
<!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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment