Compare commits

...

9 Commits

Author SHA1 Message Date
Wes Bryie 514a3f6c05
Merge pull request #15 from WesleyBryie:main
ads on pay-me
2021-11-27 13:05:27 -05:00
Wes Bryie 754a2e1d90 ads on pay-me 2021-11-27 13:04:10 -05:00
Wes Bryie 25308e3cef
Merge pull request #14 from WesleyBryie/new-site 2021-11-22 08:06:05 -05:00
Wes Bryie 7e7e2ba606
Merge pull request #13 from WesleyBryie:new-site
google analytics shiz
2021-11-20 20:36:42 -05:00
Wes Bryie 96dbf1cefc
Merge pull request #12 from WesleyBryie:new-site
New-site
2021-11-20 20:25:47 -05:00
Wes Bryie 795b9f8345
Create stale.yml 2021-11-20 19:57:28 -05:00
Wes Bryie 058b3d1f66
Merge pull request #11 from WesleyBryie/backup
Merge pull request #10 from WesleyBryie/main
2021-11-20 19:56:27 -05:00
Wes Bryie 5c9eb94d2d
Merge pull request #10 from WesleyBryie/main
Backing up the code for my website.
2021-11-20 19:55:04 -05:00
Wes Bryie fefdffb208
Merge pull request #9 from WesleyBryie/new-site
Merge pull request #8 from WesleyBryie/main
2021-11-20 19:51:34 -05:00
2 changed files with 41 additions and 0 deletions

27
.github/workflows/stale.yml vendored Normal file
View File

@ -0,0 +1,27 @@
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests
on:
schedule:
- cron: '22 3 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

14
pay-me/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ads</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8244167617490955"
crossorigin="anonymous"></script>
</head>
<body>
</body>
</html>