You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<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>
|
|
|
|
<p class="description">Enter your Twitter username</p>
|
|
|
|
<div class="input-container">
|
|
|
|
<input type="text" name="username" placeholder="username" autofocus autocomplete="off">
|
|
|
|
<span class="prefix">@</span>
|
|
|
|
</div>
|
|
|
|
<div class="badge-preview"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="./script.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|