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