BackpackDecalSpotter/index.html

22 lines
823 B
HTML
Raw Permalink Normal View History

2024-03-07 16:13:33 +02:00
<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>
2024-03-21 14:50:16 +02:00
<h4 id="filtered-accounts" style='display:none'>Filtered items from </h4>
2024-03-07 16:13:33 +02:00
<h4 id="empty-accounts" style='display:none'>No decaled items from </h4>
2024-03-21 14:50:16 +02:00
<h4 id="ignored-accounts" style='display:none'>Ignored items from </h4>
2024-03-07 16:13:33 +02:00
</body>
</html>