This commit is contained in:
bingus_violet 2024-12-19 02:13:15 -06:00
parent 444316d4b0
commit 9d632c07be
13 changed files with 1412 additions and 0 deletions

17
static/index.html Normal file
View file

@ -0,0 +1,17 @@
<!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>
<p>Welcome to the awesomest Yaoi Spinner ever. You can gamble yaoi. Yup. #imstraight</p>
{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>