summaryrefslogtreecommitdiff
path: root/web_page/index.html
blob: 756bbc96908c8b12fca1ae59b97a757da871992c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>