kumudraj01 commited on
Commit
5970584
·
1 Parent(s): a7f6f38

spell fix

Browse files
templates/compare.html CHANGED
@@ -474,7 +474,7 @@
474
  <div
475
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
476
  >
477
- Copyright © 2025 TellusDigital. All rights reserved.<br />
478
  For internal use only.
479
  </div>
480
  </body>
 
474
  <div
475
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
476
  >
477
+ Copyright © 2025 TELUS Digital. All rights reserved.<br />
478
  For internal use only.
479
  </div>
480
  </body>
templates/error.html CHANGED
@@ -73,7 +73,7 @@
73
  <div
74
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
75
  >
76
- Copyright © 2025 TellusDigital. All rights reserved.<br />
77
  For internal use only.
78
  </div>
79
  </body>
 
73
  <div
74
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
75
  >
76
+ Copyright © 2025 TELUS Digital. All rights reserved.<br />
77
  For internal use only.
78
  </div>
79
  </body>
templates/login.html CHANGED
@@ -4,14 +4,14 @@
4
  <title>Login - API Comparator</title>
5
  <link
6
  rel="stylesheet"
7
- href="{{ url_for('static', path='/css/styles.css') }}"
8
  />
9
  </head>
10
  <body>
11
  <div class="login-container">
12
  <div class="header">
13
  <img
14
- src="{{ url_for('static', path='/images/TD-logo.jpeg') }}"
15
  alt="Logo"
16
  class="logo"
17
  />
@@ -50,7 +50,7 @@
50
  <div
51
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
52
  >
53
- Copyright © 2025 TellusDigital. All rights reserved.<br />
54
  For internal use only.
55
  </div>
56
  </body>
 
4
  <title>Login - API Comparator</title>
5
  <link
6
  rel="stylesheet"
7
+ href="{{url_for('static', path='css/styles.css') }}"
8
  />
9
  </head>
10
  <body>
11
  <div class="login-container">
12
  <div class="header">
13
  <img
14
+ src="{{ url_for('static', path='images/TD-logo.jpeg') }}"
15
  alt="Logo"
16
  class="logo"
17
  />
 
50
  <div
51
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
52
  >
53
+ Copyright © 2025 TELUS Digital. All rights reserved.<br />
54
  For internal use only.
55
  </div>
56
  </body>
templates/results.html CHANGED
@@ -4,8 +4,9 @@
4
  <title>API Comparison Results</title>
5
  <link
6
  rel="stylesheet"
7
- href="{{ url_for('static', path='/css/styles.css') }}"
8
  />
 
9
  <style>
10
  .diff-highlight-add {
11
  background-color: #e6ffe6;
@@ -336,7 +337,7 @@
336
  <div
337
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
338
  >
339
- Copyright © 2025 TellusDigital. All rights reserved.<br />
340
  For internal use only.
341
  </div>
342
  </body>
 
4
  <title>API Comparison Results</title>
5
  <link
6
  rel="stylesheet"
7
+ href="{{url_for('static', path='css/styles.css') }}"
8
  />
9
+
10
  <style>
11
  .diff-highlight-add {
12
  background-color: #e6ffe6;
 
337
  <div
338
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
339
  >
340
+ Copyright © 2025 TELUS Digital. All rights reserved.<br />
341
  For internal use only.
342
  </div>
343
  </body>
templates/session_timeout.html CHANGED
@@ -4,8 +4,9 @@
4
  <title>Session Timeout - API Comparator</title>
5
  <link
6
  rel="stylesheet"
7
- href="{{ url_for('static', path='/css/styles.css') }}"
8
  />
 
9
  <style>
10
  .timeout-container {
11
  max-width: 500px;
@@ -53,7 +54,7 @@
53
  <div
54
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
55
  >
56
- Copyright © 2025 TellusDigital. All rights reserved.<br />
57
  For internal use only.
58
  </div>
59
  </body>
 
4
  <title>Session Timeout - API Comparator</title>
5
  <link
6
  rel="stylesheet"
7
+ href="{{url_for('static', path='css/styles.css') }}"
8
  />
9
+
10
  <style>
11
  .timeout-container {
12
  max-width: 500px;
 
54
  <div
55
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
56
  >
57
+ Copyright © 2025 TELUS Digital. All rights reserved.<br />
58
  For internal use only.
59
  </div>
60
  </body>
templates/unauthorized.html CHANGED
@@ -4,8 +4,9 @@
4
  <title>Authentication Required - API Comparator</title>
5
  <link
6
  rel="stylesheet"
7
- href="{{ url_for('static', path='/css/styles.css') }}"
8
  />
 
9
  <style>
10
  .unauthorized-container {
11
  max-width: 500px;
@@ -53,7 +54,7 @@
53
  <div
54
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
55
  >
56
- Copyright © 2025 TellusDigital. All rights reserved.<br />
57
  For internal use only.
58
  </div>
59
  </body>
 
4
  <title>Authentication Required - API Comparator</title>
5
  <link
6
  rel="stylesheet"
7
+ href="{{url_for('static', path='css/styles.css') }}"
8
  />
9
+
10
  <style>
11
  .unauthorized-container {
12
  max-width: 500px;
 
54
  <div
55
  style="text-align: center; margin-top: 20px; color: #666; font-size: 12px"
56
  >
57
+ Copyright © 2025 TELUS Digital. All rights reserved.<br />
58
  For internal use only.
59
  </div>
60
  </body>