mirror of
https://github.com/ION606/PINK-NODDERS.git
synced 2026-05-14 22:16:52 +00:00
56 lines
2.1 KiB
HTML
56 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!-- General meta tags -->
|
|
<meta name="description" content="PINK NODDERS">
|
|
<meta name="image" content="https://ion606.com/PINK-NODDERS/pink-nodders.gif">
|
|
|
|
<!-- Open Graph / Facebook meta tags -->
|
|
<meta property="og:title" content="PINK NODDERS">
|
|
<meta property="og:description" content="THEY'RE PINK AND THEY'RE NODDERS">
|
|
<meta property="og:image" content="https://ion606.com/PINK-NODDERS/pink-nodders.gif">
|
|
<meta property="og:url" content="https://pinknodders.lol">
|
|
<meta property="og:type" content="website">
|
|
<meta name="theme-color" content="#ffc0cb">
|
|
|
|
<!-- Twitter Card meta tags -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="PINK NODDERS">
|
|
<meta name="twitter:description" content="PINK NODDERS">
|
|
<meta name="twitter:image" content="https://ion606.com/PINK-NODDERS/pink-nodders.gif">
|
|
|
|
<title>PINK NODDERS</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="emote-container">
|
|
<img src="pink-nodders.gif" alt="PINK NODDERS" class="emote NOCLONE rotneon">
|
|
<!-- <div class="caption">PINK NODDERS</div> -->
|
|
</div>
|
|
|
|
<div id="cherryBlossomPopup" class="popup">
|
|
<div class="popup-content">
|
|
<button class="close-btn" onclick="document.getElementById('cherryBlossomPopup').style.display = 'none'">X</button>
|
|
<h2>PINK OPTIONS</h2>
|
|
<input type="number" placeholder="HOW MANY PINK NODDERS">
|
|
<div class="button-group">
|
|
<button class="theme-button" onclick="changeNodders()">CHANGE NODDERS</button>
|
|
<button class="theme-button" onclick="dupNodders()">DUPLICATE NODDERS</button>
|
|
<button class="theme-button" onclick="changeBK()">BACKGROUND NODDERS</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="fullscreenTextContainer">
|
|
<h1>I N S A N I T Y</h1>
|
|
</div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html> |