NitinBot001 commited on
Commit
9e9b02f
·
verified ·
1 Parent(s): ea7412b

Update ttsfm-web/templates/base.html

Browse files
Files changed (1) hide show
  1. ttsfm-web/templates/base.html +7 -0
ttsfm-web/templates/base.html CHANGED
@@ -1,6 +1,13 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
 
 
 
 
 
 
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>{% block title %}TTSFM - Text-to-Speech{% endblock %}</title>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
4
+ <!-- Cronitor RUM -->
5
+ <script async src="https://rum.cronitor.io/script.js"></script>
6
+ <script>
7
+ window.cronitor = window.cronitor || function() { (window.cronitor.q = window.cronitor.q || []).push(arguments); };
8
+ cronitor('config', { clientKey: 'bdc4a3faf9c16d842b5099e1a0e3ba6f' });
9
+ </script>
10
+
11
  <meta charset="UTF-8">
12
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
13
  <title>{% block title %}TTSFM - Text-to-Speech{% endblock %}</title>