-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
236 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# checkhost | ||
TODO | ||
- Diğer ülke sağlayıcıları için görseller eklenecek ve temaya entegre edilecek. | ||
- Backend kısım tamamlanacak. | ||
- SEO geliştirilebilir. (isteğe bağlı) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<!DOCTYPE html> | ||
<html lang="tr"> | ||
<head> | ||
<!-- SEO --> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Check-Host</title> | ||
<!-- STYLESHEETS --> | ||
<link rel="stylesheet" href="src/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="src/css/custom.css"> | ||
</head> | ||
<body> | ||
<!-- BACKGROUND --> | ||
<div class="background"></div> | ||
<!-- HEADER --> | ||
<header> | ||
<div class="container pt-5 pb-5"> | ||
<div class="row"> | ||
<div class="col text-center header-title"><b><a href="#">Check-Host</a></b></div> | ||
</div> | ||
</div> | ||
</header> | ||
<!-- DOMAIN --> | ||
<div class="container box"> | ||
<div class="row mt-4"> | ||
<div class="col-1 col-lg-2"></div> | ||
<div class="col-10 col-lg-8"> | ||
<input id="target" name="domain" placeholder="Domain or IP Address" autocomplete="on" class="form-control" required> | ||
</div> | ||
<div class="col-1 col-lg-2"></div> | ||
</div> | ||
<div class="row mt-3 mb-4"> | ||
<div class="col-1 col-lg-2"></div> | ||
<div class="col-10 col-lg-8"> | ||
<div class="btn-group d-flex flex-wrap" role="group" aria-label="Custom"> | ||
<button type="submit" class="btn button-cc" id="info-btn" onclick="">Info</button> | ||
<button type="button" class="btn button-cc" id="ping-btn" onclick="">Ping</button> | ||
<button type="button" class="btn button-cc" id="http-btn" onclick="">HTTP</button> | ||
<button type="button" class="btn button-cc" id="tcp-btn" onclick="">TCP</button> | ||
<div class="btn-group"> | ||
<button type="button" class="btn button-cc" id="dns-btn" onclick=""> DNS</button> | ||
<button type="button" class="btn button-cc dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" id="dns-btn" aria-expanded="false"> | ||
<span class="visually-hidden">Dropdown</span> | ||
</button> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item" title="Host address (dotted quad)" onclick="" href="javascript:void(0)">A</a></li> | ||
<li><a class="dropdown-item" title="IP v6 address (address spec with colons)" onclick="" href="javascript:void(0)">AAAA</a></li> | ||
<li><a class="dropdown-item" title="Canonical name for an alias (domain name)" onclick="" href="javascript:void(0)">CNAME</a></li> | ||
<li><a class="dropdown-item" title="Mail exchanger (preference value, domain name)" onclick="" href="javascript:void(0)">MX</a></li> | ||
<li><a class="dropdown-item" title="Authoritative nameserver (domain name)" onclick="" href="javascript:void(0)">NS</a></li> | ||
<li><a class="dropdown-item" title="Domain name pointer (domain name)" onclick="" href="javascript:void(0)">PTR</a></li> | ||
<li><a class="dropdown-item" title="Start of Authority" onclick="" href="javascript:void(0)">SOA</a></li> | ||
<li><a class="dropdown-item" title="Service record (Can hide customized port or IP)" onclick="" href="javascript:void(0)">SRV</a></li> | ||
<li><a class="dropdown-item" title="Descriptive text (one or more strings)" onclick="" href="javascript:void(0)">TXT</a></li> | ||
<li><a class="dropdown-item" title="Reverse DNS Lookup" onclick="" href="javascript:void(0)">rDNS</a></li> | ||
<li><a class="dropdown-item" title="Certification Authority Authorization" onclick="" href="javascript:void(0)">CAA</a></li> | ||
<li><a class="dropdown-item" title="Naming Address Pointer" onclick="" href="javascript:void(0)">NAPTR</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-1 col-lg-2"></div> | ||
</div> | ||
</div> | ||
<!-- LIST --> | ||
<div class="container mt-3 mb-3 box"> | ||
<div class="row mt-3 mb-3"> | ||
<div class="col-1 col-lg-2"></div> | ||
<div class="col-10 col-lg-8"> | ||
<div class="table-responsive"> | ||
<table class="table table-bordered"> | ||
<tbody class="text-white"> | ||
<tr> | ||
<td class="sort">IP address</td> | ||
<td>xxx</td> | ||
</tr> | ||
<tr> | ||
<td class="sort">Reverse</td> | ||
<td>xxx</td> | ||
</tr> | ||
<tr> | ||
<td class="sort">ISP</td> | ||
<td><a id="checkccasn" target="_blank" href="https://ipinfo.io/"><span id="asn">XXX</span></a> <span id="isp">xxx</span></td> | ||
</tr> | ||
<tr> | ||
<td class="sort">Organization</td> | ||
<td>xxx</td> | ||
</tr> | ||
<tr> | ||
<td class="sort">Country</td> | ||
<td><img id="flag" height="12" width="18" src="src/img/turkey.png"> <span id="country">xxx</span></td> | ||
</tr> | ||
<tr> | ||
<td class="sort">City</td> | ||
<td>xxx</td> | ||
</tr> | ||
<tr> | ||
<td class="sort">Region</td> | ||
<td>xxx</td> | ||
</tr> | ||
<tr> | ||
<td class="sort">Time zone</td> | ||
<td>Europe/Istanbul</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
<div class="col-1 col-lg-2"></div> | ||
</div> | ||
</div> | ||
<!-- MAPS --> | ||
<div class="container mt-3 mb-2 box"> | ||
<div class="row mt-3 mb-3"> | ||
<div class="col-1 col-lg-2"></div> | ||
<div class="col-10 col-lg-8"><iframe class="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d752.3285519966431!2d28.90429267599322!3d41.04025740511846!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14cabb4016f78b27%3A0xaaafcfce2781a112!2sDaire%201%2C%20Yenido%C4%9Fan%2C%20Avrupa%20Yakas%C4%B1%2C%20Yahya%20Kemal%20Cd.%2050-52%2C%2034410%20Bayrampa%C5%9Fa%2F%C4%B0stanbul!5e0!3m2!1str!2str!4v1689051496351!5m2!1str!2str" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></div> | ||
<div class="col-1 col-lg-2"></div> | ||
</div> | ||
</div> | ||
<!-- FOOTER --> | ||
<footer class="p-5 text-white"> | ||
<p class="text-center text-xl-end powered-by">Powered by <span><a href="https://hostibu.com" target="_blank">Hostibu</a></span></p> | ||
</footer> | ||
<!-- SCRIPTS --> | ||
<script src="src/js/bootstrap.bundle.min.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
/* FONTS */ | ||
@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap';body,html { | ||
height: 100%; | ||
font-family: inter,sans-serif; | ||
} | ||
/* PARTS */ | ||
body{ | ||
background-color: #262626; | ||
} | ||
a{ | ||
text-decoration: none; | ||
} | ||
input{ | ||
border: 1px solid #fff !important; | ||
background: #1f1c1f !important; | ||
border-radius: 5px; | ||
color: white !important; | ||
} | ||
input:focus{ | ||
border: 1px solid #fff !important; | ||
color: white !important; | ||
} | ||
::placeholder{ | ||
color: white !important; | ||
} | ||
::-ms-input-placeholder{ | ||
color: white !important; | ||
} | ||
button:focus{ | ||
border: 1px solid #fff !important | ||
} | ||
/* VARIABLES */ | ||
.background{ | ||
position: fixed; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%,0%); | ||
width: 800px; | ||
height: 800px; | ||
border-radius: 50% 22% 40% 80%; | ||
background: radial-gradient(circle at 50% 50%,rgb(116, 116, 116),rgba(76,0,255,0)); | ||
background-attachment: fixed; | ||
opacity: .2; | ||
filter: blur(100px); | ||
z-index: 0; | ||
} | ||
.header-title a{ | ||
font-size: xx-large; | ||
color: #fff !important; | ||
} | ||
.box{ | ||
background: #1f1c1f !important; | ||
border: 1px solid #fff; | ||
color: #000; | ||
border-radius: 5px; | ||
} | ||
.group-btn{ | ||
border-radius: .375rem; | ||
box-shadow: 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1) | ||
} | ||
.form-control{ | ||
background: #1f1c1f !important; | ||
} | ||
.btn-group .button-cc{ | ||
font-size: .875rem !important; | ||
line-height: 1.25rem !important; | ||
font-weight: 500 !important; | ||
border: 1px solid #fff !important; | ||
background: #1f1c1f !important; | ||
color: #cbd5e0 !important | ||
} | ||
.map{ | ||
width: 100%; | ||
height: 400px; | ||
} | ||
.powered-by a{ | ||
color: #ffa6da !important; | ||
} | ||
.powered-by a:hover{ | ||
color: #ff0095 !important; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.