-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Free Unlimited CC BIN Generator</title>
<meta name="description" content="Credit Card BIN Generator Website">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="CC BIN Generator">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#000">
<link rel="stylesheet" href="./assets/style.css">
<meta name="application-name" content="CC BIN Generator">
</head>
<body>
<div id="app">
<nav class="navigations"><font color="white" height="40">CC BIN Generator</font></nav>
<div class="container">
<div class="row">
<div class="col-md-6">
<form-generator></form-generator>
</div>
<div class="col-md-6">
<generated-credit-cards></generated-credit-cards>
</div>
</div>
</div>
<center><p>Developed by <a href="https://gitforge.in">GitForge</a><br>Copyright © CC BIN Generator 2023</p></center>
</div>
<script language="javascript" src="./assets/gen-backend.js"></script>
<script language="javascript" src="./assets/sessionstack.js"></script>
</html>