mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Ladybird+LibWeb: Add about scheme support for internal pages
This commit is contained in:
parent
c0acb2918b
commit
05c0640474
4 changed files with 26 additions and 0 deletions
14
Base/res/ladybird/about.html
Normal file
14
Base/res/ladybird/about.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>About URLs</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>List of About URLs</h1>
|
||||
<ul>
|
||||
<li><a href="about:about">about:about</a></li>
|
||||
<li><a href="about:newtab">about:newtab</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue