Jump to content

Bebo Khouja

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Bebo Khouja

  1. The value change but however the value resets after going to the main page. The code contains var isDebug = false;
  2. I try those code but it does not change the value. I try those code but still don't change the value of the variable Here are codes i try isDebug = true; // This code was already inserted to the website And another one: let isDebug = true; But however these don't change the value
  3. However after setting the value with the page it still don't appear. This is done by going to the Admin page
  4. So i have a code in my JavaScript but however it does not hide the text. Here is the code: var isDebug = "false"; if (isDebug = true) { var x = document.createElement("A"); var t = document.createTextNode("Debug is on"); x.appendChild(t); document.body.appendChild(x); } else { false } The HTML still says "Debug is on" to anyone. I restricted to developer only to see this
  5. It does not work. These code are correct: body { font-size: 28pt; font-family:sans-serif; }
  6. I want to style my website using CSS but it does not change font family. How to fix this? This is html code: <!DOCTYPE html> <!-- ANGER. You are not supposed to be here! --> <!-- Do Not edit this code and/or files unless you are a staff --> <!-- Use The left,center,right value for align= --> <html> <!-- HTML Start--> <!-- Header --> <head> <meta charset="UTF-8"> <meta name="description" content="Mokka Chocolata"> <meta name="keywords" content="Youtube,Discord,Instagram ,And Roblox!"> <meta name="author" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>YouTube,Discord,Instagram,And Roblox! - Mokka Chocolata</title> <link href="style1.css" rel="stylesheet"> <!-- DANGER: DO NOT COPY --> <script type="text/javascript"> var _smartsupp = _smartsupp || {}; _smartsupp.key = 'd3b676d5423287c5c984896d6238c9f446955e43'; window.smartsupp||(function(d) { var s,c,o=smartsupp=function(){ o._.push(arguments)};o._=[]; s=d.getElementsByTagName('script')[0];c=d.createElement('script'); c.type='text/javascript';c.charset='utf-8';c.async=true; c.src='https://www.smartsuppchat.com/loader.js?';s.parentNode.insertBefore(c,s); })(document); </script> </head> <!-- Header End --> <body> <!-- Body --> <!-- Letters --> <h1 align="center">Mokka <br> Chocolata</h1> <p align="center"> <a href="/links.html">Links</a> <br> <a href="/application.html">Apply for staff</a> <br> <a href="https://mokkachocolata1.statuspage.io/">Web Status</a> <br> <a href="/secureconnection.html">Secure connection Help</a> <br> <a> Our Bot! </a> <br> <a href="https://discordbotlist.com/bots/857259867827208192"><img src="https://discordbotlist.com/api/v1/bots/857259867827208192/widget"></a> </p> </body> <!-- Body End--> </html> <!-- HTML End--> And CSS code (sorry if the } is missing) body { font-size: 28pt; font-family:sans-serif But instead it's not changing font
  7. I have a thing. I have discord and want to add embed to discord but I can't. This are screenshots
×
×
  • Create New...