-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path6.html
More file actions
30 lines (30 loc) · 1.22 KB
/
6.html
File metadata and controls
30 lines (30 loc) · 1.22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>Blue Sky</title>
</head>
<body>
<div class="backimg6"></div>
<div>
<a href="index.html"><button class="btn4">HOME</button></a>
<a href="7.html"><button class="btn3">Next</button></a>
<a href="5.html"><button class="btn3">Previous</button></a>
</div>
<div>
<center><img src="Images/13_adamplewa-wislapoland2.jpg" class="bigimg"></center>
</div>
<center>
<div id="div1">
<button onclick="myLike('co1')" class="btn1"><img class="icon1" src="Images/youtube-like-button-png-11.png"></button><b id="co1"></b>
<button onclick="myDislike('co2')" class="btn1"><img class="icon" src="Images/youtube-like-button-png-11.png"></button><b id="co2"></b>
<input type="text" id="inp1" placeholder="Write a Comment"><button onclick="addComment('inp1','c1')" class="btn2">Comment</button>
<center id="c1"></center>
</div>
</center>
<script src="script.js"></script>
</body>
</html>