Posts

Showing posts from 2023

Free screen recorder tool

Screen Recorder Start Recording Stop Recording

New back link tool

AdSense revenue calculator

AdSense Revenue Calculator AdSense Revenue Calculator Pageviews: Clicks: Cost Per Click (CPC): Click-Through Rate (CTR): Calculate

Fake address gernater tool

  <!DOCTYPE html> <html> <head> (…) (…) <title>Fake Address Generator</title> <style> body { font-family: Arial, sans-serif; } .container { max-width: 400px; margin: 0 auto; padding: 20px; } h1 { text-align: center; } button { display: block; margin: 20px auto; padding: 10px 20px; background-color: #4CAF50; color: #fff; border: none; border-radius: 4px; cursor: pointer; } .result-container { margin-top: 20px; padding: 10px; border: 1px solid #ccc; background-color: #f7f7f7; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); } .address { margin-bottom: 10px; } .copy-button { display: inline-block; margin-left: 10px; padding: 5px 10px; background-color: #4CAF50; color: #fff; border: none; border-radius: 4px; cursor: pointer; }

Fake name gernater tool

  <!DOCTYPE html> <html> <head> <title>Fake Name Generator</title> <style> body { font-family: Arial, sans-serif; } .container { max-width: 400px; margin: 0 auto; padding: 20px; } h1 { text-align: center; } label { display: block; margin-bottom: 10px; } input[type="radio"] { margin-right: 5px; } button { display: block; margin: 20px auto; padding: 10px 20px; background-color: #4CAF50; color: #fff; border: none; border-radius: 4px; cursor: pointer; } .result-container { margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; } .name-box { width: calc(33.33% - 20px); margin-bottom: 10px; padding: 10px; border: 1px solid #ccc; background-color: #f7f7f7; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }

Toss coin game tool

  <!DOCTYPE html> <html> <head> <title>Coin Toss Game</title> <style> body { font-family: Arial, sans-serif; background-color: #f1f1f1; } .container { display: flex; flex-direction: column; align-items: center; margin-top: 100px; } h1 { font-size: 36px; margin-bottom: 30px; } .button { background-color: #4CAF50; color: white; border: none; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin-bottom: 20px; cursor: pointer; border-radius: 4px; } .result { font-size: 24px; margin-bottom: 20px; } </style&g

Disclaimer gernater tool

  <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Disclaimer Generator</title> <style>* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; } .form-container { background-color: #f1f1f1; padding: 20px; margin: 20px; border-radius: 10px; } .form-container h1 { text-align: center; margin-bottom: 20px; } .form-container form { display: flex; flex-direction: column; } .form-container label { margin-top: 10px; font-size: 18px; } .form-container input { padding: 10px; border-radius: 5px; border: none; font-size: 18px; margin-bottom: 20px; } .form-container button { padding: 10px; background-color: #4caf50; color: white; border: none; border-radius: 5px; font-size: 18px; cursor: pointer;

Language translator tool

  <!DOCTYPE html> <html> <head> <title>Language Translator</title> <style> body { font-family: Arial, sans-serif; } .translator { max-width: 500px; margin: 0 auto; padding: 20px; } label { font-weight: bold; display: block; margin-bottom: 5px; } select, textarea { width: 100%; padding: 10px; margin-bottom: 10px; } button { background-color: #4CAF50; color: white; padding: 10px 20px; border: none; cursor: pointer; } #translated-text { margin-top: 10px; font-weight: bold; } </style> </head> <body> <div class="translator"> <h1>Language Translator</h1> <label for="source-language">Source Language:</label> <select id="source-language"> <option value="af">

10 best Mobile France and Germany

10best mobil France Germany
  src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9162105502914320" crossorigin="anonymous"></script>, <script type="text/javascript"> function metatag_maker() { var des=document.getElementById("description").value; var keywo=document.getElementById("keywords").value; var auth=document.getElementById("author").value; var generat=document.getElementById("generator").value; var copyrigh=document.getElementById("copyright").value; var robott=document.frm.robott[document.frm.robott.selectedIndex].value; var charsett=document.frm.charsett[document.frm.charsett.selectedIndex].value; var cach=document.frm.cach[document.frm.cach.selectedIndex].value; var lang=document.frm.lang[document.frm.lang.selectedIndex].value; var url=document.getElementById("urll").value; var sec=document.getElementById("sec").value; var expir=document.getElementById(&
  <!DOCTYPE html> <html> <head><a target="_blank" href="https://www.amazon.in/b?_encoding=UTF8&tag=6205009304-21&linkCode=ur2&linkId=019e207ab50081d0b040738ac3d682fe&camp=3638&creative=24630&node=3561110031">Mobile phones </a> <title>IFSC Finder</title> <style> body { font-family: Arial, sans-serif; background-color: #f5f5f5; color: #333; margin: 0; padding: 0; } #search-container { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; } #search-form { background-color: #fff; border-radius: 4px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px; max-width: 600px; width: 100%; } h1 { text-align: center; margin-top: 0; } label { f
  <!DOCTYPE html> <html> <head> <title>Binary to Text Converter</title> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; } .container { display: flex; flex-direction: column; align-items: center; margin-top: 100px; } h1 { color: #333; margin-bottom: 20px; } .text-area { width: 400px; height: 200px; padding: 10px; border: 2px solid #ccc; border-radius: 4px; resize: none; } .convert-button { padding: 10px 20px; font-size: 16px; font-weight: bold; color: #fff; background-color: #4CAF50; border: none; border-radius: 4px; cursor: pointer; } .convert-button:hover { background-color: #45a049; } .result { margin-top: 20px; font-size: 18px; font-weight: bold; color: #333; white-space:
  <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> /* Responsive layout - makes the margin calculator look good on any device */ * { box-sizing: border-box; } /* Style the input fields */ input[type=text] { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; } /* Style the calculate button */ .calculate-btn { background-color: #4CAF50; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; margin-top: 10px; } /* Add a red border to the input fields if they are invalid */ .invalid { border: 2px solid red; } /* Add a green border to the input fields if they are valid */ .valid { border: 2px solid green; } </style> </head> <body> <h2&g
  <!DOCTYPE html> <html> <head> <title>Decimal to Binary Converter</title> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; } .container { display: flex; flex-direction: column; align-items: center; margin-top: 100px; } h1 { color: #333; margin-bottom: 20px; } .text-area { width: 400px; height: 200px; padding: 10px; border: 2px solid #ccc; border-radius: 4px; resize: none; } .convert-button { padding: 10px 20px; font-size: 16px; font-weight: bold; color: #fff; background-color: #4CAF50; border: none; border-radius: 4px; cursor: pointer; } .convert-button:hover { background-color: #45a049; } .result { margin-top: 20px; font-size: 18px; font-weight: bold; color: #333; white-spac
  <!DOCTYPE html> <html> <head> <title>Decimal to Binary Converter</title> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; } .container { display: flex; flex-direction: column; align-items: center; margin-top: 100px; } h1 { color: #333; margin-bottom: 20px; } .text-area { width: 400px; height: 200px; padding: 10px; border: 2px solid #ccc; border-radius: 4px; resize: none; } .convert-button { padding: 10px 20px; font-size: 16px; font-weight: bold; color: #fff; background-color: #4CAF50; border: none; border-radius: 4px; cursor: pointer; } .convert-button:hover { background-color: #45a049; } .result { margin-top: 20px; font-size: 18px; font-weight: bold; color: #333; white-spac
  <!DOCTYPE html> <html> <head> <title>Decimal to Text Converter</title> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; padding: 20px; } .container { max-width: 800px; margin: 0 auto; } h1 { color: #333; margin-bottom: 20px; } .input-field { width: 100%; padding: 10px; border: 2px solid #ccc; border-radius: 4px; box-sizing: border-box; } .convert-button { margin-top: 10px; padding: 10px 20px; font-size: 16px; font-weight: bold; color: #fff; background-color: #4CAF50; border: none; border-radius: 4px; cursor: pointer; } .convert-button:hover { background-color: #45a049; } .result { margin-top: 20px; border: 2px solid #ccc; border-radius: 4px; padding: 10px; background-color: #fff;
  <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9162105502914320" crossorigin="anonymous"></script> <script type="text/javascript"> function metatag_maker() { var des=document.getElementById("description").value; var keywo=document.getElementById("keywords").value; var auth=document.getElementById("author").value; var generat=document.getElementById("generator").value; var copyrigh=document.getElementById("copyright").value; var robott=document.frm.robott[document.frm.robott.selectedIndex].value; var charsett=document.frm.charsett[document.frm.charsett.selectedIndex].value; var cach=document.frm.cach[document.frm.cach.selectedIndex].value; var lang=document.frm.lang[document.frm.lang.selectedIndex].value; var url=document.getElementById("urll").value; var sec=document.getElementById("sec").value; var expir=document.
  <div class="post-header"> <div class="post-header-line-1"></div> </div> <div class="post-body entry-content" id="post-body-5363022783728631482"> <script type="text/javascript"> Formatter = { format : function(input, indent, ftColor, bgColor) { var output = '<pre style="white-space:pre-wrap; font-family: monospace; color: #' + ftColor + '; background-color: #' + bgColor + ';font-size: 11pt; border: 1px dashed #999999; line-height: 14pt; padding: 5px; overflow: auto; width: 100%"><code>'; var tab = ''; for (var i = 0; i < indent; i++) { tab += ' '; } var verticalPipeFound = false; for (var i = 0; i < input.length; i++) { var code = input.charCodeAt(i); switch (code) { case 9 : // TAB output += tab; break; case 10 : // LF case 13 : // CR output += "\n"; i
  <!DOCTYPE html> <html> <head> <title>Bitwise Calculator</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> /* Style for the calculator buttons */ button { font-size: 1.5rem; margin: 0.5rem; padding: 0.5rem; border: 1px solid #000; background-color: #fff; border-radius: 0.25rem; cursor: pointer; min-width: 3rem; } /* Style for the calculator screen */ input[type=text] { font-size: 2rem; margin: 0.5rem; padding: 0.5rem; border: 1px solid #000; border-radius: 0.25rem; text-align: right; width: 100%; } </style> </head> <body> <div> <!-- Calculator screen --> <input type="text" id="result" disabled> <!-- Calculator buttons --> <button onclick="append('0')">0</button> <button onclick="append('1')">1</button&
  <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Sort Text Lines</title> <style> /* Styles for the text area */ #input-text, #output-text { width: 100%; height: 150px; padding: 10px; margin-bottom: 10px; box-sizing: border-box; } /* Styles for the buttons */ #sort-button, #clear-button { display: block; margin: 10px auto; padding: 10px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; box-shadow: 0 4px #3e8e41; } #sort-button:hover, #clear-button:hover { background-color: #3e8e41; } </style> </hea
id=5529641&pub=2484840"> System Information Tool System Information Tool
Cloth Mortgage Calculator Mortgage Calculator Loan Amount: Interest Rate (%): Loan Term (years): Calculate
Mobile phones Case Converter Case Converter Text: Case: Uppercase Lowercase Titlecase Sentence Case Convert
HEX to RGB Color Converter HEX to RGB Color Converter
Digital Signature Tool Digital Signature Tool Draw your signature below: Clear Save Signature
Terms and Conditions Generator Terms and Conditions Generator Website Name: Website URL: Email Address: Generate Terms and Conditions
Duplicate Sentence Checker and Remover Duplicate Sentence Checker and Remover Enter text: Remove duplicates Output:
Unix Timestamp Converter Unix Timestamp Converter Enter a Unix Timestamp: Convert
Fancy Font Generator Fancy Font Generator Change Style
OPML to JSON Converter OPML to JSON Converter Convert