Files
abyss-lab/public/novels/7s/en-US/index.html
T
Sakura Knoll 3afc3e3612 7s novel (#97)
* Init 7s

* Fix 7s novel

* Fix UI and add KR locale for 7s

* Add rewrites for 7s
2022-05-11 00:07:31 +09:00

78 lines
2.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8" />
<!-- HTTP 1.1 -->
<meta http-equiv="pragma" content="no-cache" />
<!-- HTTP 1.0 -->
<meta http-equiv="cache-control" content="no-cache" />
<meta name="applicable-device" content="mobile" />
<meta name="renderer" content="webkit" />
<meta name="force-rendering" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta
name="viewport"
content="width=device-width,initial-scale=1minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover"
/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Copyright" content="miHoYo" />
<meta name="Description" content="" />
<meta name="Keywords" content="" />
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="email=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-status-bar-style"
content="black-translucent"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
data-n-head="1"
rel="icon"
type="image/x-icon"
href="https://honkaiimpact3.mihoyo.com/favicon.ico"
/>
<title>Seven Swords - Abyss Lab</title>
<!-- 海外 -->
<link href="/novels/7s/common/base.css" rel="stylesheet" />
<link href="/novels/7s/en-US/bundle.css" rel="stylesheet" />
</head>
<body>
<div id="frame">
<div id="content"></div>
</div>
<script
id="vconsole"
type="text/javascript"
data-src="https://webstatic.mihoyo.com/dora/lib/vconsole/3.2.0/vconsole.min.js"
></script>
<script src="https://webstatic-sea.mihoyo.com/dora/lib/vue-sentry/2.6.11/vue.min.js"></script>
<script type="text/javascript" src="/novels/7s/common/vendors.js"></script>
<script>
var i18n = {
title: 'Seven Swords',
latest: 'Latest',
start: 'Start',
continue: 'Continue',
chapters: 'Chapters',
gallery: 'Gallery',
loadFail: 'There is no saved data.',
noScene: 'The scene does not exist.',
loading: 'Loading...',
wifi: 'Wi-Fi environment is recommended.',
fictional1: 'This is a work of fiction.',
fictional2:
'Any resemblance to actual persons, living or dead, or actual events is purely coincidental.',
}
var consts = {
apiBase: '/novels/7s/ko-KR/',
}
</script>
<script type="text/javascript" src="/novels/7s/common/bundle.js"></script>
</body>
</html>