diff --git a/proj/y2t/assets/css/fonts.css b/proj/y2t/assets/css/fonts.css index 5e4c41a..4e2d398 100644 --- a/proj/y2t/assets/css/fonts.css +++ b/proj/y2t/assets/css/fonts.css @@ -26,4 +26,8 @@ body { a { text-decoration: none; +} + +h1 { + font-size: 4rem; } \ No newline at end of file diff --git a/proj/y2t/index.php b/proj/y2t/index.php index 9ff80be..5fcb542 100644 --- a/proj/y2t/index.php +++ b/proj/y2t/index.php @@ -11,7 +11,7 @@ <div id="root"> <main class="homepage"> - <h1>Y2TPrompt</h1> + <h1>YT2Prompt</h1> <form method="post" action="handler.php"> <section class="input"> <input type="text" placeholder="YouTube URL" id="url" name="url">