update h1 style and fix typo
This commit is contained in:
parent
2d78a5b76d
commit
33f50c55c6
|
@ -27,3 +27,7 @@ body {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 4rem;
|
||||||
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
<div id="root">
|
<div id="root">
|
||||||
|
|
||||||
<main class="homepage">
|
<main class="homepage">
|
||||||
<h1>Y2TPrompt</h1>
|
<h1>YT2Prompt</h1>
|
||||||
<form method="post" action="handler.php">
|
<form method="post" action="handler.php">
|
||||||
<section class="input">
|
<section class="input">
|
||||||
<input type="text" placeholder="YouTube URL" id="url" name="url">
|
<input type="text" placeholder="YouTube URL" id="url" name="url">
|
||||||
|
|
Loading…
Reference in New Issue