-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d9eb01
commit 9deb254
Showing
6 changed files
with
80 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Oops, something went wrong.