forked from phcode-dev/staging.phcode.dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 2.62 KB
/
Copy pathindex.html
File metadata and controls
42 lines (42 loc) · 2.62 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
<!doctype html>
<html lang="en" dir="ltr" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'self' http://localhost:* https://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev;
script-src 'self' http://localhost:* https://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev;
style-src 'self' 'unsafe-inline' http://localhost:* https://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev;
img-src 'self' blob: data: phtauri: https: http:;
font-src 'self' data: http://localhost:* https://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev;
connect-src 'self' http://localhost:* https://localhost:* ws://localhost:* wss://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev;" />
<script type="module" crossorigin src="./assets/index-lLxZoAao.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-EhuCoqka.css">
</head>
<body>
<div id="app">
<header class="app-toolbar" id="toolbar" role="toolbar"></header>
<main class="app-viewer" id="app-viewer" role="main">
<div class="markdown-body" id="viewer-content" style="display:none"></div>
</main>
</div>
<div class="search-bar" id="search-bar" role="search">
<input type="text" class="search-input" id="search-input"
data-i18n-placeholder="search.placeholder" data-i18n-aria="a11y.search_text" />
<span class="search-count" id="search-count"></span>
<button class="search-btn" id="search-prev" data-i18n-aria="a11y.previous_match">↑</button>
<button class="search-btn" id="search-next" data-i18n-aria="a11y.next_match">↓</button>
<button class="search-btn" id="search-close" data-i18n-aria="a11y.close_search">×</button>
</div>
<div class="format-bar" id="format-bar" role="toolbar"></div>
<div class="link-popover" id="link-popover" role="dialog"></div>
<div class="image-popover" id="image-popover" role="toolbar"></div>
<div class="context-menu" id="context-menu" role="menu"></div>
<div class="table-context-menu" id="table-context-menu" role="menu"></div>
<div class="slash-menu-anchor" id="slash-menu-anchor">
<div class="slash-menu" id="slash-menu" role="listbox"></div>
</div>
<div class="lang-picker" id="lang-picker" role="dialog"></div>
</body>
</html>