This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
title tag
pull/7/head
Pēteris Caune
10 years ago
parent
ce210b69df
commit
7d984143d5
5 changed files
with
10 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
templates/about.html
+1
-1
templates/base.html
+2
-0
templates/docs.html
+3
-0
templates/front/index.html
+2
-0
templates/pricing.html
+ 2
- 0
templates/about.html
View File
@ -1,6 +1,8 @@
{% extends "base.html" %}
{% extends "base.html" %}
{% load staticfiles %}
{% load staticfiles %}
{% block title %}About - Healthchecks{% endblock %}
{% block content %}
{% block content %}
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-12"
>
<
div
class
=
"col-sm-12"
>
+ 1
- 1
templates/base.html
View File
@ -2,7 +2,7 @@
<
html
lang
=
"en"
>
<
html
lang
=
"en"
>
<
head
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
charset
=
"utf-8"
>
<
title
>
Waka Waka
<
/
title
>
<
title
>
{% block title %}Healthchecks - Get Notified When Your Cron Jobs Fail{% endblock %}
<
/
title
>
{% load staticfiles %}
{% load staticfiles %}
<
link
rel
=
"stylesheet"
href
=
"{% static 'css/bootstrap.min.css' %}"
type
=
"text/css"
>
<
link
rel
=
"stylesheet"
href
=
"{% static 'css/bootstrap.min.css' %}"
type
=
"text/css"
>
+ 2
- 0
templates/docs.html
View File
@ -1,6 +1,8 @@
{% extends "base.html" %}
{% extends "base.html" %}
{% load staticfiles %}
{% load staticfiles %}
{% block title %}Documentation - Healthchecks{% endblock %}
{% block content %}
{% block content %}
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-12"
>
<
div
class
=
"col-sm-12"
>
+ 3
- 0
templates/front/index.html
View File
@ -1,6 +1,9 @@
{% extends "base.html" %}
{% extends "base.html" %}
{% load humanize staticfiles %}
{% load humanize staticfiles %}
{% block title %}My Checks - Healthchecks{% endblock %}
{% block content %}
{% block content %}
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-12"
>
<
div
class
=
"col-sm-12"
>
+ 2
- 0
templates/pricing.html
View File
@ -1,6 +1,8 @@
{% extends "base.html" %}
{% extends "base.html" %}
{% load staticfiles %}
{% load staticfiles %}
{% block title %}Pricing - It's Free! - Healthchecks{% endblock %}
{% block content %}
{% block content %}
<!--
Plans
-->
<!--
Plans
-->
Write
Preview
Loading…
Cancel
Save