mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
14 lines
239 B
HTML
14 lines
239 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
font-family: 'SerenitySans';
|
|
}
|
|
|
|
#image {
|
|
margin-top: 25px;
|
|
margin-bottom: 50px;
|
|
width: 64px;
|
|
height: 138px;
|
|
}
|
|
</style>Well, <img id="image" /> friends.
|