summaryrefslogtreecommitdiff
path: root/web_page/index.html
diff options
context:
space:
mode:
authorleo <leo@azuminha.com>2025-08-10 17:11:33 -0300
committerleo <leo@azuminha.com>2025-08-10 17:11:33 -0300
commit99d527a5d16e84fa2fe7d20b2f94e7274e4ab3bf (patch)
tree20ecd3725f0d64fe8815310a587a85b8b3686609 /web_page/index.html
parent5fc7e375af36e9fea450714731c6e07d033a041a (diff)
pagina
Diffstat (limited to 'web_page/index.html')
-rw-r--r--web_page/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/web_page/index.html b/web_page/index.html
new file mode 100644
index 0000000..756bbc9
--- /dev/null
+++ b/web_page/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title> ADICIONAR LINK </title>
+ <link rel="stylesheet" href="./main.css">
+ <script src="main.js"></script>
+</head>
+<body>
+ <div>
+ <label >URL: </label>
+ <input id="inp1" type="text">
+ <input id="btn1" type="button" value="Enviar" onclick="click_send()">
+ </div>
+</body>
+</html>