index.php (1605B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 4 <head> 5 6 <meta charset="UTF-8"/> 7 <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/> 8 9 <title>Bored Button 3</title> 10 <meta name="description" content="The best random useless facts on the internet."/> 11 <meta property="og:image" content="./images/meta_image.png"/> 12 <meta property="og:url" content="https://boredbutton3.com/index.php" /> 13 <meta property="og:site_name" content="BoredButton3" /> 14 15 <link rel="stylesheet" href="./style.css"/> 16 <link rel="icon" href="images/favicon.png"/> 17 18 </head> 19 20 <body class="noselect"> 21 <!--<div id="banner-ad"> 22 <script data-cfasync="false" type="text/javascript" src="https://www.onclickalgo.com/a/display.php?r=5407855"></script> 23 </div>--> 24 <canvas id="bang" width="800" height="800"></canvas> 25 26 <script src="./script.js"></script> 27 28 <div class="bg"> 29 <h1 class="headline">BOREDBUTTON<sup>3</sup></h1> 30 </div> 31 32 <div class="main" id="main"> 33 <button onclick="showFact()" id="button" type="button"></button> 34 </div> 35 36 <p id="fact_text"></p> 37 38 </body> 39 40 <footer> 41 42 © 2022 BoredButton3 | All rights reserved | 43 <div class="popup" onclick="contact()"> 44 <u>Contact </u> 45 <span class="popuptext" id="pop"> 46 If you have any information that can help or opinions to improve the website 47 or have questions, contact us at our email address: boredbutton3(at)gmail(dot)com 48 </span> 49 </div> 50 | By William ∧ Francisco 51 52 </footer> 53 54 55 56 </html>