22 lines
823 B
HTML
22 lines
823 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Backpack Decal Spotter</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<meta name="title" content="Backpack Decal Spotter">
|
|
<meta name="description" content="Finds decaled items on Backpack.tf">
|
|
<meta name="author" content="Abhorrent_Anger">
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
|
|
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
|
<script src="script.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h4 id="filtered-accounts" style='display:none'>Filtered items from </h4>
|
|
<h4 id="empty-accounts" style='display:none'>No decaled items from </h4>
|
|
<h4 id="ignored-accounts" style='display:none'>Ignored items from </h4>
|
|
</body>
|
|
|
|
</html> |