Update button.html

This commit is contained in:
nune 2024-06-04 14:22:30 -04:00 committed by GitHub
parent 2e94117321
commit 2c1c99a908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,16 +54,15 @@ function CopyClassText(){
}
}
</script>
<style>#CopyMeClass{font-size:75%;font-family:cortana;border-style:2px solid #e6cbe6;}</style>
<style>pre{font-size:75%;font-family:cortana;border-style:2px solid #e6cbe6;}</style>
</head>
<body>
<p><h2>Button</h2></p>
<p>Here's the button for my website.</p>
<p>There's one rule: if you don't know me, it's best to ask first. Keep in mind the copy button uses Javascript. I am chill with hotlinking.</p>
<p>There's one rule: if you don't know me, it's best to ask first. I am chill with hotlinking.</p>
<p><img src="/img/blitzbutton.png"></p>
<div class="CopyMeClass" id="CopyMeID"><a href="https://www.blitzw.in/"><img src="https://www.blitzw.in/img/blitzbutton.png" alt="BlitzW.in Website button"></a></div>
<div><button onclick="CopyClassText()">copy!</button></div>
<pre><code>&lt;a href="https://www.blitzw.in/"&gt;&lt;img src="https://www.blitzw.in/img/blitzbutton.png" alt="BlitzW.in Website button"&gt;</code></pre>
<h1><a href="/index.html">Go back.</a></h1>
</body>
</html>