5 Star 21 Fork 12

fxzer/json-viewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
fxzer 提交于 2024-04-25 10:04 . style: 💄 整理代码
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JSON Viewer</title>
<meta
name="description"
content="A simple visualization tool for JSON data. No mandatory structure, paste JSON and view immediately, multiple layouts and themes switch."
/>
<meta
name="description"
content="JSON Viewer,JSON数据的简单可视化工具。没有强制结构,粘贴JSON并立即查看,多种布局和主题切换!"
/>
<meta name="keyword" content="JSON,JSON Viewer,JSON可视化工具 " />
<meta
http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</head>
<body>
<div id="app" class="wh-screen"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fxzer/json-viewer.git
git@gitee.com:fxzer/json-viewer.git
fxzer
json-viewer
json-viewer
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385