
Through this article today, I will show you how to create a website for finding bank details using IFS Code for free in Blogger (blogger.com). You just have to copy and edit these lines and paste into you Blog.
Bank Information Finder Website Creator Script by WebTech Verma:
Copy the code:
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Bank Details Finder</title>
<link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css'><link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://drive.google.com/uc?id=1DYjRVOyQJwPtoyqMmKAIZ0aPxO_CkyjL">
</head>
<body>
<!-- partial:index.partial.html -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Bank Details Finder</title>
</head>
<body>
<br>
<br>
<div class="row">
<div id="form-content" class="center-align">
<form class="col s12" onsubmit="submitCode()">
<div class="row">
<div class="col s12">
<h2 class="teal-text">Bank Information Finder</h2>
</div>
<div class="col m2"></div>
<div class="input-field col m6 s12">
<i class="material-icons prefix">account_balance</i>
<input id="ifsc_code" type="text" class="validate" maxlength="11" minlength="11" required autofocus>
<label for="ifsc_code">TYPE BANK IFSC CODE</label>
</div>
<div class="input-field col m2 s12 ">
<button class="btn">Search</button>
</div>
<div class="col s2"></div>
</div>
</form>
</div>
</div>
<div class="row">
<div id="bank" class="center-align"></div>
</div>
<div class="center-align">
<h6> <a href="https://github.com/razorpay/ifsc/wiki/API" target="_blank"></a> </h6> <a href="https://materializecss.com/" class="red-text" target="_blank"></a>
<br>
Powered by WebTech Verma <a href="https://bankinformationfinder.blogspot.com/" class="teal-text" target="_blank"></a>
</div>
</body>
</html>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js'></script><script src="./script.js"></script>
<script src='https://drive.google.com/uc?id=1sUc-gWwUgaEhJJSHb8Vu-IPo-QmGPnrX'></script>
</body>
</html>
What you have to edit:
1. Title
2. Powered by
By this you can create a Bank Information Finder Website.
0 Comments
Please do not comment spam links.