-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 2.07 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 2.07 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Johny Kvsky DevTools</title>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="./img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Online Timestamp converter, UUID v4 generator, JSON parser/liner/formatter">
<meta name="author" content="Johny Kvsky">
<meta name="keywords" content="JavaScript, js, epoch, timestamp, convert, converter, uuid, uuidv4, generate, generator, online, crypto, json, linter, formatter, parser">
<link rel="stylesheet" href="./css/normalize.min.css">
<link rel="stylesheet" href="./css/skeleton.min.css">
<link rel="stylesheet" href="./css/style.css ">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="sixteen columns">
<a href="./uuid/"><h3>UUID v4 generator</h3></a>
<p>Online UUID v4 generator, using crypto library. Want an UUID v4? Just press a button, how many times you want.</p>
</div>
<div class="sixteen columns">
<a href="./timestamp/"><h3>Epoch / Timestamp converter</h3></a>
<p>Fast and easy online converter from Timestamp to human readable date (and back) in one click.</p>
</div>
<div class="sixteen columns">
<a href="./json/"><h3>JSON parser/linter/formatter</h3></a>
<p>Easy to use, fast online JSON parser/liner/formatter.</p>
</div>
<div class="sixteen columns">
<a href="./json_compare/"><h3>Compare JSON</h3></a>
<p>Compare two JSON strings made simple.</p>
</div>
<div class="sixteen columns">
<a href="./base64/"><h3>Base64</h3></a>
<p>Simple and secure base64 encoder/decoder</p>
</div>
</div>
<br />
<p class="footer">by <a href="https://github.com/johnykvsky/johnykvsky.github.io">Johny Kvsky</a></p>
</div>
</body>
</html>