Skip to content

Commit

Permalink
deploy: d8c0c2d
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchristine committed Dec 8, 2024
1 parent 9d9eb01 commit 9deb254
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 65 deletions.
34 changes: 21 additions & 13 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/dev-tools/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Free online web developer tools, including JSON parser with prettify tree viewer; Base64 encode/decode that supports UTF-8 encoding, URL encode/decode; Image editor that can resize, add watermark, change image type. And more." />
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1560209977522592" async crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XZ673F78W9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
<meta
name="description"
content="Free online web developer tools, including JSON parser with prettify tree viewer; Base64 encode/decode that supports UTF-8 encoding, URL encode/decode; Image editor that can resize, add watermark, change image type. And more."
/>
<script
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1560209977522592"
async
crossorigin="anonymous"
></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XZ673F78W9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag('config', 'G-XZ673F78W9');
</script>
gtag("config", "G-XZ673F78W9");
</script>
<title>Dev Tools</title>
<script type="module" crossorigin src="/dev-tools/assets/index.800d9928.js"></script>
<link rel="stylesheet" href="/dev-tools/assets/index.9af9cdf5.css">
<script type="module" crossorigin src="/dev-tools/assets/index-BJq_VmFf.js"></script>
<link rel="stylesheet" crossorigin href="/dev-tools/assets/index-BzOUpX_X.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
File renamed without changes
Loading

0 comments on commit 9deb254

Please sign in to comment.