mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
34 lines
560 B
HTML
34 lines
560 B
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||
|
|
||
|
<!--
|
||
|
Don't blame me! Blame Power Computing!
|
||
|
Cameron Kaiser -->
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>We Miss Power Computing</title>
|
||
|
<style type="text/css">
|
||
|
html {
|
||
|
background: black;
|
||
|
color: white;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
#lksja {
|
||
|
margin: 50 50 50 50;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="lksja">
|
||
|
<img src="chrome://global/content/sluggo.jpg"/>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|