|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>tippin.me Badge Generator</title>
|
|
|
|
<!-- <link rel="shortcut icon" href="favicon.png"> -->
|
|
|
|
<meta name="description" content="Readme badge generator for tippin.me."/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
|
<meta name="twitter:card" value="summary">
|
|
|
|
<meta property="og:title" content="tippin.me Badge Generator" />
|
|
|
|
<meta property="og:description" content="Readme badge generator for tippin.me." />
|
|
|
|
<!-- <meta property="og:image" content="favicon.png" /> -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<h1>⚡️ tippin.me Badge Generator</h1>
|
|
|
|
<h2 class="description">Enter your Twitter username</h2>
|
|
|
|
<div class="input-container">
|
|
|
|
<input type="text" name="username" placeholder="username" autofocus autocomplete="off">
|
|
|
|
<span class="prefix">@</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="badge-preview"></div>
|
|
|
|
|
|
|
|
<h3 class="output-title">Markdown</h3>
|
|
|
|
<pre class="badge-markdown"></pre>
|
|
|
|
|
|
|
|
<h3 class="output-title">HTML</h3>
|
|
|
|
<pre class="badge-html"></pre>
|
|
|
|
|
|
|
|
<h3 class="output-title">SVG</h3>
|
|
|
|
<pre class="badge-svg"></pre>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="./script.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|