html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- Made by ☕︎︎ AstroBirb ✦ -->
<!-- Fixed by Bob Li -->
<!-- Background by `ᴴᵗᵗየ -->
<!-- Please don't copy. I don't want you to even if you give credit -->
<!-- Bruh this code is so big that my phone lags when I try to open it 😭 -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>☕︎︎ AstroBirb ✦'s Cookie Clicker 2</title>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css">
<style>
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url('https://fonts.cdnfonts.com/css/public-pixel');
@import url('https://fonts.cdnfonts.com/css/pusab');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Pusab', menlo;
}
css
css
1
/* CSS in html */
js
js
1
// JS in html
BROWSER
Console
Run