17 lines
489 B
HTML
17 lines
489 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<link rel="stylesheet" href="../style.css">
|
||
|
|
||
|
<title>Yaoi Spinner</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- <h1>The Yaoi Spinner</h1> -->
|
||
|
{YAOI}
|
||
|
{SPIN_BUTTON}
|
||
|
<p>All Yaoi is sourced from Twitter. Randomly chosen from a mix of {FLAVOR_COUNT} different searches! Currently searches for {VARIETY} posts each of {FLAVORS}</p>
|
||
|
</body>
|
||
|
</html>
|