cody - HTMLify profile

cody's Profile Picture

cody

4049 Files

514373 Views

Latest files of /cody/

bradtraversy/ cody/bradtraversy/
1 Items
  • 50projects50days/
  • swapnilsparsh/ cody/swapnilsparsh/
    1 Items
  • 30DaysOfJavaScript/
  • ui/ cody/ui/
    2 Items
  • toggle/
  • scroll-snap/
  • anything/ cody/anything/
    4 Items
  • Nested Tables
  • Beautiful Card
  • Profile Card
  • Buttons
  • atherosai/ cody/atherosai/
    1 Items
  • ui/
  • Devisrisamidurai/ cody/Devisrisamidurai/
    1 Items
  • Educational-Website/
  • 69PercentFat/ cody/69PercentFat/
    1 Items
  • Js-Chess/
  • gitmagic/ cody/gitmagic/
    4 Items
  • Git Magic
  • Git Magic CSS
  • Git Magic CSS
  • Git Magic JS
  • wtopglau/ cody/wtopglau/
    3 Items
  • What type of pokemon gym leader are you
  • wtopagu css
  • wtopagu js
  • Aryan-Barodwal/ cody/Aryan-Barodwal/
    1 Items
  • spotify-clone/
  • solygambas/ cody/solygambas/
    1 Items
  • html-css-javascript-projects/
  • MuthuPandi-1963/ cody/MuthuPandi-1963/
    1 Items
  • Typing_Prowess/
  • Kuldeep-Sharmaa/ cody/Kuldeep-Sharmaa/
    3 Items
  • BMI-Calculator/
  • Tic-Tac-Toe-game/
  • Calculator/
  • add247-clone/ cody/add247-clone/
    3 Items
  • README.md
  • style.css
  • index.html
  • MadhuSaini22/ cody/MadhuSaini22/
    1 Items
  • WordBeater/
  • PrakharDoneria/ cody/PrakharDoneria/
    1 Items
  • Tic-Tac-Toe-Flutter/
  • techeonn/ cody/techeonn/
    1 Items
  • lifeline-Shradha-kapoor/
  • Khushigupta8/ cody/Khushigupta8/
    1 Items
  • Hotel-Management-Webpage/
  • ajay9368/ cody/ajay9368/
    1 Items
  • clock/
  • frontendcharm/ cody/frontendcharm/
    1 Items
  • Mini-Projects/
  • Arshi81099/ cody/Arshi81099/
    1 Items
  • mini-project-using-css/
  • seershan/ cody/seershan/
    2 Items
  • basic-tribute-satyajit-ray-website/
  • basic-amazon-clone-front-end-project/
  • p/ cody/p/
    1 Items
  • Sum of prime numbers in given range
  • codewithsadee/ cody/codewithsadee/
    1 Items
  • glowing/
  • ShubhamRoy123/ cody/ShubhamRoy123/
    1 Items
  • Windows-10/
  • Anshuno15/ cody/Anshuno15/
    1 Items
  • GameDev-Hub/
  • Shubhajiit/ cody/Shubhajiit/
    1 Items
  • 3D-Gallary/
  • iCriptSnappie/ cody/iCriptSnappie/
    1 Items
  • flutter_portfolio/
  • The-AbhiTA/ cody/The-AbhiTA/
    1 Items
  • index.html
  • pastebin-3RMm1aSK.html cody/pastebin-3RMm1aSK.html
    364 Views
    0 Comments
    <script>
    var originalbal = parseFloat(document.getElementById('pct_balance').value);
    var divide = 80000;
    var changer = (originalbal/20);
    var base = Number((originalbal/divide).toFixed(8));
    var floatingbase = base;
    var taget = (originalbal*7);
    var groupedten = (base*10);
    tx7w2Ayr.html cody/tx7w2Ayr.html
    332 Views
    0 Comments
    <!DOCTYPE html>
    <html>
    <head>
    <title>My Second Webpage</title>

    <!-- Internal CSS -->
    <style>
    /* Here you can write your internal CSS code. */
    fs7FrhHe.html cody/fs7FrhHe.html
    301 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <title>Chat P2P avec WebRTC</title>
    </head>
    <style>
    What is Normalization | DBMS cody/9n43986y.html
    466 Views
    0 Comments
    <html>

    <head>
    <meta http-equiv=Content-Type content="text/html; charset=utf-8">
    <meta name=Generator content="Microsoft Word 15 (filtered)">
    <style>
    <!--
    /* Font Definitions */
    jdh74ys6.html cody/jdh74ys6.html
    343 Views
    0 Comments
    <p onclick="change()">Hello World!!</p>
    <script>
    function change(){
    document.querySelector("p").innerHTML = "Hello JavaScript!!";
    }
    </script>
    Welcome ART cody/was.py
    339 Views
    0 Comments
    from sys import argv
    from os import system
    try:
    import requests
    except:
    system("pip install requests")

    ascii_art = {
    Ludo with HTML and CSS cody/ecockdg9.html
    192 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Ludo</title>
    <style>
    *