Atletico Madrid
3 years ago by masoliq in HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet" type="text/css">
<title>Custom Page</title>
</head>
<body>
<div id="single"><div id="isi">
<h1 itemprop="headline" style="text-align: center;"><span style="color:#FF0000;"><strong>Atletico Madrid Kits</strong></span></h1>
<h3 style="text-align: center;"><span style="color:#0000FF;"><strong>Atletico Madrid Logo</strong></span></h3>
<p style="text-align: center;"><img alt="" src="https://i.imgur.com/tB2LOrc.png" style="width: 256px; height: 256px;" /></p>
<p style="text-align: center;"><span>URL : </span><input type="text" value="https://i.imgur.com/tB2LOrc.png" id="myInput">
<button onclick="autocopy('myInput')">Copy URL<i class="far fa-clipboard"></i></button></p>
<p style="text-align: center;"><strong>Copy URL</strong>:<strong><span style="text-align: center;">&nbsp;</span></strong>https://i.imgur.com/tB2LOrc.png</p>
<h3 style="text-align: center;"><span style="color:#0000FF;"><strong>Home Kit</strong></span></h3>
<h3 style="text-align: center;"><span style="color:#0000FF;"><strong><img alt="" src="https://i.imgur.com/Jtl8PT2.png" style="width: 250px; height: 250px;" /></strong></span></h3>
<p style="text-align: center;"><span>URL : </span><input type="text" value="https://i.imgur.com/Jtl8PT2.png" id="myInput">
<button onclick="autocopy('myInput')">Copy URL<i class="far fa-clipboard"></i></button></p>
<h3 style="text-align: center;"><span style="color:#0000FF;"><strong>Away Kit</strong></span></h3>
<p style="text-align: center;"><span style="color:#0000FF;"><strong><img alt="" src="https://i.imgur.com/0EbAFEN.png" style="width: 250px; height: 250px;" /></strong></span></p>
<p style="text-align: center;"><span>URL : </span><input type="text" value="https://i.imgur.com/0EbAFEN.png" id="myInput">
<button onclick="autocopy('myInput')">Copy URL<i class="far fa-clipboard"></i></button></p>
<h3 style="text-align: center;"><span style="color:#0000FF;"><strong>Third Kit</strong></span></h3>
<p style="text-align: center;"><span style="color:#0000FF;"><strong><img alt="" src="https://i.imgur.com/dl80lLh.png" style="width: 250px; height: 250px;" /></strong></span></p>
<p style="text-align: center;"><span>URL : </span><input type="text" value="https://i.imgur.com/dl80lLh.png" id="myInput">
<button onclick="autocopy('myInput')">Copy URL<i class="far fa-clipboard"></i></button></p>
<h3 style="text-align: center;"><span style="color:#0000FF;"><strong>GK Home Kit</strong></span></h3>
<p style="text-align: center;"><img alt="" src="https://i.imgur.com/uKvR88T.png" style="width: 250px; height: 250px;" /></p>
<p style="text-align: center;"><span>URL : </span><input type="text" value="https://i.imgur.com/uKvR88T.png" id="myInput">
<button onclick="autocopy('myInput')">Copy URL<i class="far fa-clipboard"></i></button></p>
<h3 style="text-align: center;"><span style="color:#0000FF;"><strong>GK Away Kit</strong></span></h3>
<p style="text-align: center;"><span style="color:#0000FF;"><strong><img alt="" src="https://i.imgur.com/YnJxsxh.png" style="width: 250px; height: 250px;" /></strong></span></p>
<p style="text-align: center;"><span>URL : </span><input type="text" value="https://i.imgur.com/YnJxsxh.png" id="myInput">
<button onclick="autocopy('myInput')">Copy URL<i class="far fa-clipboard"></i></button></p>
<h3 style="text-align: center;"><span style="color:#0000FF;"><strong>GK Third Kit</strong></span></h3>
<p style="text-align: center;"><span style="color:#0000FF;"><strong><img alt="" src="https://i.imgur.com/wu08Ic4.png" style="width: 250px; height: 250px;" /></strong></span></p>
<p style="text-align: center;"><span>URL : </span><input type="text" value="https://i.imgur.com/wu08Ic4.png" id="myInput">
<button onclick="autocopy('myInput')">Copy URL<i class="far fa-clipboard"></i></button></p>
<p>To download kits and logo, just copy the&nbsp;<strong>URL&nbsp;</strong>under the image, launch Dream League Soccer, go to&nbsp;<strong>My Club&gt; Customize Team&gt; Edit Kit&gt; Download</strong>&nbsp;and paste the URL here.</p>
<script>
function autocopy(id) {
var copyText = document.getElementById(id);
copyText.select();
document.execCommand("Copy");
alert("Copied the text: " + copyText.value);
}
</script>
</div>
</body>
</html>