Spaces:
Sleeping
Sleeping
Update ttsfm-web/templates/base.html
Browse files
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>
|