forked from I2P_Developers/i2p.i2p
Minor updates to imagegen page
This commit is contained in:
@@ -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&m=html" width=180 height=200><a href="ra?c=i2p-projekt.i2p&m=html">HTML test</a></iframe></td>
|
||||
<td><iframe src="ra?c=i2p-projekt.i2p&m=text" width=180 height=200><a href="ra?c=i2p-projekt.i2p&m=text">UTF-8 text test</a></iframe></td>
|
||||
<td><iframe src="ra?c=i2p-projekt.i2p&m=html" width=300 height=300><a href="ra?c=i2p-projekt.i2p&m=html">HTML test</a></iframe></td>
|
||||
<td><iframe src="ra?c=i2p-projekt.i2p&m=text" width=300 height=300><a href="ra?c=i2p-projekt.i2p&m=text">UTF-8 text test</a></iframe></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user