mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 13:38:03 -05:00
25 lines
977 B
HTML
25 lines
977 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="overflow: auto">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>ZK Email: Documentation</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
|
</head>
|
|
<body style="overflow: auto; padding: 16px">
|
|
<div style="position: sticky; top: 0; display: flex; z-index: 1"><button style="border-radius: 8px; padding: 8px 12px; border: 1px solid black; margin: 16px; margin-left: auto; font-size: 16px; cursor: pointer;"><a style="text-decoration: none; color: black;
|
|
" href="/">App</a></button></div>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: '',
|
|
repo: ''
|
|
}
|
|
</script>
|
|
<!-- Docsify v4 -->
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
</body>
|
|
</html>
|