diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 21:21:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 21:23:36 +0530 |
| commit | 5a9942fde65787b35d4eb8e3441af6fe68819612 (patch) | |
| tree | 011e8087b200a793e154b6e6bbf96e8e1b1c8c20 /examples/form/index.html | |
| parent | e0cc82460c0fec4336037996c23947ab39ba4015 (diff) | |
| download | css-everything-5a9942fde65787b35d4eb8e3441af6fe68819612.tar.gz css-everything-5a9942fde65787b35d4eb8e3441af6fe68819612.zip | |
feat: adds text and inner html properties
Diffstat (limited to '')
| -rw-r--r-- | examples/form/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/form/index.html b/examples/form/index.html index 158ee16..1d55241 100644 --- a/examples/form/index.html +++ b/examples/form/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>Counter example</title> + <title>Register to this awesome website</title> <meta charset="UTF-8"> <link href="./style.css" rel="stylesheet"> </head> |
