mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
feat(assets): bundle runtime assets and vendor dependencies
This commit is contained in:
36
vendor/yomitan/popup-preview.html
vendored
Normal file
36
vendor/yomitan/popup-preview.html
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>Yomitan Popup Preview</title>
|
||||
<link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
|
||||
<link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
|
||||
<link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
|
||||
<link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
|
||||
<link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
|
||||
<link rel="stylesheet" type="text/css" href="/css/popup-preview.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/popup-outer.css" id="popup-outer-css">
|
||||
<script src="/js/pages/settings/popup-preview-frame-main.js" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="content"><div class="content-body">
|
||||
<div class="top-options">
|
||||
<div class="top-options-left">
|
||||
<div class="example-text-container">
|
||||
<input type="text" class="example-text example-text-input" id="example-text-input" hidden>
|
||||
<span class="example-text" id="example-text"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="popup-placeholder"><div class="placeholder-info">
|
||||
This page uses the dictionaries you have installed in order to show a preview.
|
||||
If you see this message, make sure you have a dictionary installed.
|
||||
</div></div>
|
||||
</div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user