Skip to content

Commit

Permalink
deploy: 9d504fc
Browse files Browse the repository at this point in the history
  • Loading branch information
iwiedenm committed Nov 29, 2023
0 parents commit 21c09c3
Show file tree
Hide file tree
Showing 210 changed files with 91,465 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
661 changes: 661 additions & 0 deletions .well-known/change-password.html

Large diffs are not rendered by default.

635 changes: 635 additions & 0 deletions 404.html

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions @output/build/build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"environment": "production",
"repo": {
"user": "somiibo",
"name": "twitbooster-website"
},
"npm-build": {
"timestamp": "2023-11-29T23:32:02.383Z"
},
"gh-pages-push": {
"timestamp": "%GHP_TIMESTAMP%"
},
"packages": {
"web-manager": "3.2.20"
},
"brand": {
"name": "Twit Booster",
"type": "Corporation",
"description": "Automate your Twitter activity with this free like bot, follow bot, & comment bot. Twit Booster is a follow bot and video view generator all in one. Increase Twitter followers for free!",
"logo-image": "https://cdn.itwcreativeworks.com/assets/somiibo/images/logo/somiibo-brandmark-blue-1024x1024.png",
"logo-image-svg": "https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-brandmark-black-x.svg",
"address-locality": "Los Angeles",
"address-country": "United States"
},
"admin-dashboard": {
"pages": []
}
}
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
twitbooster.com
2 changes: 2 additions & 0 deletions __/auth/experiments.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions __/auth/handler.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="experiments.js"></script>
<script type="text/javascript" src="handler.js"></script>
<script type="text/javascript" nonce="firebase-auth-helper">
var POST_BODY = '';
fireauth.oauthhelper.widget.initialize();
</script>
</head>
<body>
</body>
</html>
558 changes: 558 additions & 0 deletions __/auth/handler.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions __/auth/iframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="iframe.js"></script>
<script type="text/javascript" nonce="firebase-auth-helper">
fireauth.iframe.AuthRelay.initialize();
</script>
</head>
<body>
</body>
</html>
573 changes: 573 additions & 0 deletions __/auth/iframe.js

Large diffs are not rendered by default.

Loading

0 comments on commit 21c09c3

Please sign in to comment.