mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-09 23:31:10 +00:00
12 lines
211 B
HTML
12 lines
211 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
img { display: block; margin-left: 200px; height: 100px; width: 100px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="../bugs/solidblue.png">
|
|
</body>
|
|
</html>
|