⬆ 设置服务器端的配置文件.
- 删除部分在服务器上不启用的mod配置.
This commit is contained in:
54
pl3xmap/web/index.html
Normal file
54
pl3xmap/web/index.html
Normal file
@@ -0,0 +1,54 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
|
||||
<!-- disable darkreader browser extension on this site -->
|
||||
<meta name="darkreader-lock"/>
|
||||
|
||||
<!-- title set in language file -->
|
||||
<title></title>
|
||||
|
||||
<meta name="description" content="Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style"/>
|
||||
<meta name="keywords" content="Minecraft, Mod, Plugin, Map, Pl3x, Pl3xMap, Dynamic, Live, LiveMap, BlueMap, Dynmap, SquareMap, Bukkit, BukkitMC, Spigot, SpigotMC, Paper, PaperMC, Purpur, PurpurMC, Fabric, FabricMC, Forge, ForgeMC, Quilt, QuiltMC"/>
|
||||
|
||||
<!-- facebook meta tags -->
|
||||
<meta property="og:url" content="https://modrinth.com/plugin/pl3xmap"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:title" content="Pl3xMap"/>
|
||||
<meta property="og:description" content="Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style"/>
|
||||
<meta property="og:image" content="https://raw.githubusercontent.com/granny/Pl3xMap/v3/webmap/public/images/og.png"/>
|
||||
|
||||
<!-- twitter meta tags -->
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta property="twitter:domain" content="modrinth.com/plugin/pl3xmap"/>
|
||||
<meta property="twitter:url" content="https://modrinth.com/plugin/pl3xmap"/>
|
||||
<meta name="twitter:title" content="Pl3xMap"/>
|
||||
<meta name="twitter:description" content="Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style"/>
|
||||
<meta name="twitter:image" content="https://raw.githubusercontent.com/granny/Pl3xMap/v3/webmap/public/images/og.png"/>
|
||||
|
||||
<!-- browser support -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
|
||||
<meta name="theme-color" content="#222222"/>
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="shortcut icon" href="favicon.ico" sizes="16x16 32x32 48x48" crossOrigin="anonymous"/>
|
||||
|
||||
<!-- modern-normalize -->
|
||||
<link rel="stylesheet" href="modern-normalize.css">
|
||||
|
||||
<!-- leaflet -->
|
||||
<link rel="stylesheet" href="leaflet.css"/>
|
||||
<script src="leaflet.js"></script>
|
||||
|
||||
<!-- pl3xmap -->
|
||||
<link rel="stylesheet" href="styles.css" type="text/css"/>
|
||||
<script src="pl3xmap.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="map" class="map"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user