Code Monkey home page Code Monkey logo

js's Introduction

js

About me

Click here

Database

Click here

example

<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="UTF-8" name="keywords">
    <link rel="stylesheet" type="text/css" href="style.css">
    <title>example.io</title>
  </head>
  <body>
    <script>
      const url = "https://zeev-x.github.io/js/json/azey.json";
      const zcr = "https://zeev-x.github.io/js/json/azey.json";
      const out = "result";
      const height = "500";
    </script>
    <script src="https://zeev-x.github.io/js/parse.js"></script>
    <script src="https://zeev-x.github.io/js/style.js"></script>
    <br><br><br><br><br>
    <div class="header">
      <h1 class="title">W E L C O M E</h1>
    </div>
    <div class="content">
      <h3>This is example only</h3>
      <p>Please click <i>Change</i> button to change image.</p>
      <br><br>
      <div class="img">
        <p id="result"></p>
        <button onclick="zeev()">Change</button>
      </div>
    </div>
    <div id="style"></div>
    <style>
      body {
        width: 75%;
        margin: auto;
      }
      .header {
        background-color: aqua;
        padding: 3px;
        text-align: center;
      }
      .content {
        background-color: #00000095;
        color: white;
        padding: 20px;
      }
      .img {
        text-align: center;
      }
      button {
        font-size: 150%;
        border-radius: 20px;
        padding: 10px;
        font-family: Monospace;
      }
    </style>
  </body>
</html>

Click here

Example count.js

<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="UTF-8" name="keywords">
    <link rel="stylesheet" type="text/css" href="style.css">
    <title>Example.io</title>
  </head>
  <body>
    <script>
      var date = "12 jan,2024 00:00:00";
    </script>
    <script src="https://zeev-x.github.io/js/count.js"></script>
    <div class="header">
      <h1>W E L C O M E</h1>
    </div>
    <div class="bar">
      <i id="count"><a id="day"> - </a> Days | <a id="hour"> - </a> Hours | <a id="minute"> - </a> Minutes | <a id="second"> - </a> Seconds </i>
    </div>
    <div class="content">
      <h3>Example</h3>
      <p>Ini adalah penggunaan contoh script <a href="https://zeev-x.github.io/js/count.js">count.js</a>.</p>
    </div>
    <div class="footer">
      <a>©Copyright 2023</a>
    </div>
    <style>
      body {
        width: 75%;
        margin: auto;
        padding: 100px;
      }
      .header {
        text-align: center;
        background-color: black;
        color: aqua;
        font-size: 250%;
        font-family: Courier;
        padding: 1px;
      }
      .bar {
        text-align: center;
        font-family: Monospace;
        font-size: 150%;
        margin: auto;
        background-color: aqua;
        padding: 5px 30px;
      }
      .content {
        padding: 25px;
        background-color: #0000007e;
        color: white;
      }
      .footer {
        text-align: center;
        font-family: Courier;
        background-color: aqua;
        color: black;
        margin: auto;
        padding: 2px;
      }
    </style>
  </body>
</html>

Click here

Example apk

Download

js's People

Contributors

zeev-x avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.