-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
22 lines (19 loc) · 853 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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 © 2017 - Zyzsdy & Ann. All Rights Reserved.
<a href="https://github.com/AnnAngela/FFXIVSightseeingGuide" target="_blank">FFXIVSightseeingGuide is developed by Zyzsdy & Ann, and hosted on Github.</a>
<br>Final Fantasy XIV logo and FFXIV are registered trademarks of Square Enix Holdings Co., Ltd. FINAL FANTASY XIV © 2010 - 2020 SQUARE ENIX CO.,
LTD. All Rights Reserved.
</footer>
</body>
</html>