mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 14:50:47 +00:00
Linkgen chore.
This commit is contained in:
22
admin/dani/linkgen/notrue.html
Normal file
22
admin/dani/linkgen/notrue.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Generatore <td></title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="linkgen.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Generatore di <img> per ER-TPL</h1>
|
||||
<a href="linkgen.html">Generatore <td></a>
|
||||
<p>Inserisci nome mezzo html:</p>
|
||||
<input type="text" id="mezzo" required="required">
|
||||
<p>Inserisci link share:</p>
|
||||
<input type="url" id="link" required="required">
|
||||
<button onclick="generaimg()">Conferma</button>
|
||||
<button onclick="copiaOutput()">Copia negli appunti</button>
|
||||
<button onclick="pulisci()">Pulisci</button>
|
||||
<pre><code id="output"></code></pre>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user