Add MCInfo to projects list
This commit is contained in:
parent
085cc9817e
commit
8240f6822a
16
index.html
16
index.html
@ -95,6 +95,20 @@ title: Home
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>MCInfo</strong></h5>
|
||||
<p class="card-text">MCInfo is a simple web app for viewing information about any public
|
||||
Minecraft server or user. The site is powered by the RetryLife API, and communicates
|
||||
to servers via TCP connections using <a
|
||||
href="https://github.com/dinnerbone">Dinnerbone</a>'s Python library.</p>
|
||||
<a href="https://mcinfo.retrylife.ca/" class="btn btn-primary">Open App</a>
|
||||
<a href="https://github.com/Ewpratten/mcinfo" class="btn btn-dark"><i
|
||||
class="fab fa-github"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
@ -175,7 +189,7 @@ title: Home
|
||||
|
||||
<!-- Xss warning -->
|
||||
<script>
|
||||
if((new URLSearchParams(window.location.search)).get("dnsxss") == ""){
|
||||
if ((new URLSearchParams(window.location.search)).get("dnsxss") == "") {
|
||||
alert("It looks like the DNS lookup service you just used is vulnerable to XSS. Anyways, welcome to my website! Don't worry about the code I just executed ;)");
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user