mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
Base: Move all the HTML test content into /res/html/misc
This commit is contained in:
parent
4720635aab
commit
de12cf6821
58 changed files with 1 additions and 1 deletions
20
Base/res/html/misc/images.html
Normal file
20
Base/res/html/misc/images.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Pretty pictures!</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>Look, pictures!</h1>
|
||||
<img alt="serenity logo (squished)" src="file:///res/icons/serenity.png" width="40" height="40" />
|
||||
<img alt="serenity logo (normal)" src="file:///res/icons/serenity.png" width="64" height="64" />
|
||||
<img alt="serenity logo (stretched)" src="file:///res/icons/serenity.png" width="100" height="100" />
|
||||
<img alt="serenity logo (unspecified size)" src="file:///res/icons/serenity.png" />
|
||||
|
||||
<h1>Look, not pictures!</h1>
|
||||
<img alt="invalid path (64x64)" src="file:///res/icons/file-does-not-exist.png" width="64" height="64" />
|
||||
<img alt="invalid path (100x100)" src="file:///res/icons/file-does-not-exist.png" width="100" height="100" />
|
||||
<img alt="invalid path (unspecified size)" src="file:///res/icons/file-does-not-exist.png" />
|
||||
<img src="file:///res/icons/file-does-not-exist.png" />
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue