www.blitzw.in/button.html

26 lines
1.1 KiB
HTML
Raw Normal View History

2024-06-04 18:14:45 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2024-06-04 19:55:14 +00:00
<meta name="description" content="Button page for Nune's site">
2024-06-04 18:14:45 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Blitzwing">
2024-06-04 19:55:14 +00:00
<title>Blitzwing: Button page</title>
2024-06-04 18:14:45 +00:00
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="img/2.png" type="image/png">
<link rel="stylesheet" href="/style.css">
2024-06-04 18:22:30 +00:00
<style>pre{font-size:75%;font-family:cortana;border-style:2px solid #e6cbe6;}</style>
2024-06-04 18:14:45 +00:00
</head>
<body>
<p><h2>Button</h2></p>
<p>Here's the button for my website.</p>
2024-06-04 18:22:30 +00:00
<p>There's one rule: if you don't know me, it's best to ask first. I am chill with hotlinking.</p>
2024-06-04 18:14:45 +00:00
<p><img src="/img/blitzbutton.png"></p>
2024-06-04 18:22:30 +00:00
<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>
2024-06-04 18:14:45 +00:00
<h1><a href="/index.html">Go back.</a></h1>
</body>
</html>