diff options
author | leo <leo@azuminha.com> | 2025-08-10 17:11:33 -0300 |
---|---|---|
committer | leo <leo@azuminha.com> | 2025-08-10 17:11:33 -0300 |
commit | 99d527a5d16e84fa2fe7d20b2f94e7274e4ab3bf (patch) | |
tree | 20ecd3725f0d64fe8815310a587a85b8b3686609 /web_page/index.html | |
parent | 5fc7e375af36e9fea450714731c6e07d033a041a (diff) |
pagina
Diffstat (limited to 'web_page/index.html')
-rw-r--r-- | web_page/index.html | 15 |
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> |