26 lines
811 B
HTML
26 lines
811 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!-- edit this file if you want to change your home page -->
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>I2P Firefox</title>
|
|
<style type="text/css">
|
|
body, html {min-height: 100%; font-size: 0;}
|
|
body {background: #111;}
|
|
body {background: repeating-linear-gradient(45deg, #444, #333 2px, #222 3px), repeating-linear-gradient(135deg, #444, #333 2px, #222 3px); background-blend-mode: multiply, normal;}
|
|
</style>
|
|
<link href="/firefox.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<div id="panel">
|
|
<a href="/launch" title="Launch Firefox configured for I2P"><span id="sitename">i2pfirefox</span></a>
|
|
<span id="footer" class="b32">$B32</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|