mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Base: Add some title attributes to the small HTML test file :^)
This commit is contained in:
parent
5b942b519c
commit
b5c587a106
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
<html>
|
||||
<head><title>Small test page</title></head>
|
||||
<body bgcolor="#408080" text="#ffffff">
|
||||
<h1>Hello friends!</h1>
|
||||
<h1 title="This is a heading" >Hello friends!</h1>
|
||||
<p>This is a <b>very small</b> test page :^)</p>
|
||||
<p>Visit the <a href="http://www.serenityos.org/">SerenityOS home page</a> today!</p>
|
||||
<p>Visit the <a title="This is a link" href="http://www.serenityos.org/">SerenityOS home page</a> today!</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue