forked from tc-imba/FFXIVSightseeingGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.2 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.2 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eorzea Sightseeing Guide</title>
<link rel="icon" href="./image/favicon.ico">
</head>
<body>
<div id="app"></div>
<script src="dist/index.js"></script>
<footer class="container">
<!-- Copyright © 2025 - Zyzsdy & Ann. All Rights Reserved.-->
<a href="https://github.com/tc-imba/FFXIVSightseeingGuide" target="_blank">FFXIVSightseeingGuide for FFXIV Mobile</a> is developed by
<a href="https://space.bilibili.com/33004908" target="_blank">苏烟Suyn</a> &
<a href="https://github.com/tc-imba" target="_blank">tc-imba (双酿@神意之地)</a>
<br><a href="https://github.com/AnnAngela/FFXIVSightseeingGuide" target="_blank">The original version of FFXIVSightseeingGuide</a> is developed by Zyzsdy & Ann, and hosted on Github.
<br>Final Fantasy XIV logo and FFXIV are registered trademarks of Square Enix Holdings Co., Ltd. FINAL FANTASY XIV © 2010 - 2025 SQUARE ENIX CO.,
LTD. All Rights Reserved.
</footer>
</body>
</html>