-
Notifications
You must be signed in to change notification settings - Fork 1
/
steam-id.html
57 lines (48 loc) · 2.85 KB
/
steam-id.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>SteamID64 | securing.guide</title>
<meta name="title" content="securing.guide" />
<meta name="description" content="Find your SteamID64." />
<meta name="theme-color" content="#000000" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://securing.guide" />
<meta property="og:image" content="https://securing.guide/icons/steam.png" />
<meta property="og:title" content="securing.guide" />
<meta property="og:site_name" content="securing.guide" />
<meta property="og:description" content="Find your SteamID64." />
<meta property="twitter:url" content="https://securing.guide" />
<meta property="twitter:title" content="securing.guide" />
<meta property="twitter:description" content="Find your SteamID64." />
<meta property="twitter:image" content="https://securing.guide/icons/steam.png" />
<link rel="preload stylesheet" href="./css/style.css" as="style">
<link rel="preconnect" href="https://totp.codes">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tippy.js/6.3.7/animations/shift-away.css" />
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/favicon.ico">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tippy.js/6.3.7/tippy.umd.min.js" crossorigin="anonymous"></script>
<script type="module" src="https://totp.codes/js/rolling-number.js"></script>
<script src="./js/steamid.js" defer></script>
<script>window.addEventListener("load",()=>document.body.classList.remove("preload"))</script>
</head>
<body class="preload">
<a rel="nofollow" href="https://github.com/bribes/securing.guide" target="_blank" title="GitHub Repository"
class="github"><img src="./icons/github.png" alt="GitHub"></a>
<div class="container">
<h1><a href="/">securing.guide</a><i>/steam-id</i></h1>
<div class="steamOuter">
<input type="text" autocomplete="off" id="vanity" placeholder="paste your vanity id here">
<layflags-rolling-number data-minimum="17" id="steamid">00000000000000000</layflags-rolling-number>
<p>SteamID64 / click to copy</b></p>
</div>
</div>
</body>
</html>