Skip to content

Commit 2c971e6

Browse files
authored
Update generator.py
1 parent d9323ea commit 2c971e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/core/generator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,13 +1804,13 @@ def generate_html(self):
18041804
<div class="welcome-content">
18051805
<h1>Jonny's Time Capsule TV</h1>
18061806
<div class="intro-section">
1807-
<p class="main-intro">Time Travel through television history! I'm <strong>Jon Solomon</strong>, and I built this with<strong>250,000+ Historical TV and 30 Million + hours of content</strong> spanning six incredible decades (1950s-2000s).</p>
1807+
<p class="main-intro">Time Travel through television history! I'm <strong>Jon Solomon</strong>, and I built this with<strong> 250,000+ Historical TV and 30 Million+ hours of content</strong> spanning six incredible decades (1950s-2000s).</p>
18081808
</div>
18091809
18101810
18111811
18121812
<div class="experience-section">
1813-
<p class="experience-text"> Hope you enjoy your time. Built with ❤️ and free forever, and powered by data from <strong>myretrotvs.com</strong>.</p>
1813+
<p class="experience-text"> Hope you enjoy your time. Built with ❤️ and free forever.</p>
18141814
</div>
18151815
18161816
<button id="time-travel-button">🚀 Begin Time Travel</button>
@@ -1855,4 +1855,4 @@ def generate_html(self):
18551855
{self.generate_javascript()}
18561856
</script>
18571857
</body>
1858-
</html>'''
1858+
</html>'''

0 commit comments

Comments
 (0)