Changeset cb3326f
- Timestamp:
- Apr 9, 2017 6:26:46 AM (4 years ago)
- Branches:
- master
- Children:
- 9e8d4fb
- Parents:
- 12347343
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/imagegen/imagegen/webapp/src/main/webapp/index.html
r12347343 rcb3326f 4 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 5 <head> 6 <title> [I2P] Image Generator Webapp</title>6 <title>I2P Imagegen</title> 7 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 8 8 <link rel="icon" href="/themes/console/classic/images/favicon.ico"> … … 11 11 <body> 12 12 13 <h1>I mage Generator Webapp</h1>13 <h1>I2P Identification Image Generator</h1> 14 14 15 15 <p> 16 This is the webapp that creates identification images. They can be found in the 16 This is the webapp that creates identification images. They can be found in the host list and 17 17 <a href="http://127.0.0.1:7657/susidns/details?h=i2p-projekt.i2p">hostname details section</a> 18 18 of the addressbook, in the <a href="http://127.0.0.1:7657/netdb?f=3">Sybils section</a> of 19 19 the network database, and you can generate a QR code for your .i2p named website or hidden 20 20 service in the edit section of the <a href="http://127.0.0.1:7657/i2ptunnelmgr">Tunnel Manager</a>. 21 You can use the tools below to generate arbitrary identicons and QR codes.21 You can use the tools below to generate arbitrary identicons, QR codes and "random art" images. 22 22 </p> 23 23 … … 113 113 </tr> 114 114 <tr> 115 <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>116 <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>115 <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> 116 <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> 117 117 </tr> 118 118 </table> -
installer/resources/themes/imagegen/imagegen.css
r12347343 rcb3326f 121 121 iframe { 122 122 border: none; 123 margin: 30px 50px 0; 123 margin: 40px 20px 0 60px; 124 overflow: hidden; 125 width: 230px; 126 height: 200px; 124 127 transform: scale(1.4); 128 } 129 130 iframe pre { 131 font-size: 20pt !important;; 125 132 } 126 133
Note: See TracChangeset
for help on using the changeset viewer.