Minor updates to imagegen page

This commit is contained in:
str4d
2017-04-09 06:26:46 +00:00
parent 123473439c
commit cb3326fa42
2 changed files with 14 additions and 7 deletions

View File

@@ -3,22 +3,22 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>[I2P] Image Generator Webapp</title>
<title>I2P Imagegen</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/themes/console/classic/images/favicon.ico">
<link rel="stylesheet" href="/themes/imagegen/imagegen.css" type="text/css">
</head>
<body>
<h1>Image Generator Webapp</h1>
<h1>I2P Identification Image Generator</h1>
<p>
This is the webapp that creates identification images. They can be found in the
This is the webapp that creates identification images. They can be found in the host list and
<a href="http://127.0.0.1:7657/susidns/details?h=i2p-projekt.i2p">hostname details section</a>
of the addressbook, in the <a href="http://127.0.0.1:7657/netdb?f=3">Sybils section</a> of
the network database, and you can generate a QR code for your .i2p named website or hidden
service in the edit section of the <a href="http://127.0.0.1:7657/i2ptunnelmgr">Tunnel Manager</a>.
You can use the tools below to generate arbitrary identicons and QR codes.
You can use the tools below to generate arbitrary identicons, QR codes and "random art" images.
</p>
<h2>Identicons</h2>
@@ -112,8 +112,8 @@ You can use the tools below to generate arbitrary identicons and QR codes.
<th>HTML Test</th><th>UTF-8 Text Test</th>
</tr>
<tr>
<td><iframe src="ra?c=i2p-projekt.i2p&amp;m=html" width=180 height=200><a href="ra?c=i2p-projekt.i2p&amp;m=html">HTML test</a></iframe></td>
<td><iframe src="ra?c=i2p-projekt.i2p&amp;m=text" width=180 height=200><a href="ra?c=i2p-projekt.i2p&amp;m=text">UTF-8 text test</a></iframe></td>
<td><iframe src="ra?c=i2p-projekt.i2p&amp;m=html" width=300 height=300><a href="ra?c=i2p-projekt.i2p&amp;m=html">HTML test</a></iframe></td>
<td><iframe src="ra?c=i2p-projekt.i2p&amp;m=text" width=300 height=300><a href="ra?c=i2p-projekt.i2p&amp;m=text">UTF-8 text test</a></iframe></td>
</tr>
</table>

View File

@@ -120,10 +120,17 @@ hr {
iframe {
border: none;
margin: 30px 50px 0;
margin: 40px 20px 0 60px;
overflow: hidden;
width: 230px;
height: 200px;
transform: scale(1.4);
}
iframe pre {
font-size: 20pt !important;;
}
#qr, #randomart, #identicon {
text-align: center;
padding: 5px 0;