|
|
@ -5,6 +5,7 @@
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="description" content="Self hosted website change detection.">
|
|
|
|
<meta name="description" content="Self hosted website change detection.">
|
|
|
|
<title>Change Detection{{extra_title}}</title>
|
|
|
|
<title>Change Detection{{extra_title}}</title>
|
|
|
|
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="Changedetection.io » Feed{% if active_tag %}- {{active_tag}}{% endif %}" href="{{ url_for('rss', tag=active_tag , token=app_rss_token)}}" />
|
|
|
|
<link rel="stylesheet" href="{{url_for('static_content', group='styles', filename='pure-min.css')}}">
|
|
|
|
<link rel="stylesheet" href="{{url_for('static_content', group='styles', filename='pure-min.css')}}">
|
|
|
|
<link rel="stylesheet" href="{{url_for('static_content', group='styles', filename='styles.css')}}">
|
|
|
|
<link rel="stylesheet" href="{{url_for('static_content', group='styles', filename='styles.css')}}">
|
|
|
|
{% if extra_stylesheets %}
|
|
|
|
{% if extra_stylesheets %}
|
|
|
@ -18,6 +19,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<script type="text/javascript" src="{{url_for('static_content', group='js', filename='jquery-3.6.0.min.js')}}"></script>
|
|
|
|
<script type="text/javascript" src="{{url_for('static_content', group='js', filename='jquery-3.6.0.min.js')}}"></script>
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|