Moved header stuff to header.html


			
			
				pull/6/head
			
			
		
Hailey Clark 6 years ago
parent 0d3721cc5e
commit 31196d5c58
  1. 3
      templates/about.html
  2. 3
      templates/deny.html
  3. 5
      templates/error.html
  4. 4
      templates/footer.html
  5. 24
      templates/include/header.html
  6. 3
      templates/index.html
  7. 3
      templates/landing.html
  8. 5
      templates/notvalid.html
  9. 5
      templates/pp.html
  10. 5
      templates/settings.html
  11. 5
      templates/single.html
  12. 5
      templates/tos.html

@ -1,6 +1,3 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
<title>About Thewords.faith</title>
<script type="text/javascript">

@ -1,6 +1,3 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
<title> 503 Denied </title>
<script type="text/javascript">

@ -1,7 +1,4 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
{% include 'include/header.html' %}
<title> 503 Denied </title>
<script type="text/javascript">
$("document").ready(function() {

@ -1,4 +0,0 @@
<div id='footer'>
<div class='footlinks'><a href='/'>Index</a> | Messages | Settings | <a href="/google/logout">Logout</a></div>
<div class='footlinks'><a href='/aup'>Authorized Use</a> | <a href="/pp">Privacy Policy</a></div>
</div>

@ -1,3 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/main.css">
<script src="/static/jquery-3.3.1.min.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
@ -9,3 +12,24 @@
<meta name="application-name" content="TheWords SMS App">
<meta name="msapplication-TileColor" content="#1d2f2e">
<meta name="theme-color" content="#ff0000">
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#64386b",
"text": "#ffcdfd"
},
"button": {
"background": "#f8a8ff",
"text": "#3f0045"
}
},
"theme": "edgeless",
"content": {
"message": "This website uses cookies to manage your private information and help secure data.",
"href": "thewords.faith/pp"
}
});
</script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />

@ -1,6 +1,3 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
<title> {{ name }}'s Index </title>
<script type="text/javascript">

@ -1,6 +1,3 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
<title> Yeah! </title>
<script type="text/javascript">

@ -1,7 +1,4 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
{% include 'include/header.html' %}
<title>{{ srcnumber }} Is not a valid DID</title>
</head>
<body>

@ -1,7 +1,4 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
{% include 'include/header.html' %}
<title>TheWords.faith Privacy Policy</title>
<script type="text/javascript">
$("document").ready(function() {

@ -1,7 +1,4 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
{% include 'include/header.html' %}
<title> {{ name }}'s Settings </title>
<script type="text/javascript">
$("document").ready(function() {

@ -1,7 +1,4 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
{% include 'include/header.html' %}
<title>SMS Chat for {{ srcnumber }}</title>
<script type="text/javascript">

@ -1,7 +1,4 @@
<!DOCTYPE html>
<html>
<head>
{% include 'include/header.html' %}
{% include 'include/header.html' %}
<title> TheWords.faith Terms of Service Policy</title>
<script type="text/javascript">
$("document").ready(function() {

Loading…
Cancel
Save