-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
31 lines (27 loc) · 823 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - NerdFlix</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="container">
<h1 class="page-title">
NerdFlix
</h1>
<p class="page-subtitle">
A collection of the best YouTube channels for nerds.
</p>
<input type="text" id="img-yt" placeholder="insert image link." required />
<input type="text" id="link-yt" placeholder="enter YT link." required>
<input type="text" id="nome-yt" placeholder="enter the YT name." required><br>
<button type="submit" onclick="Adicionar()">Add</button>
<button type="submit" onclick="Remover()">Remove</button>
<div id="imagem"></div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>