Frontier:Test123: различия между версиями

Материал из Space Station 14 Вики
Новая страница: « <!DOCTYPE html> <html style="height: 100%; width: 100%; overflow: hidden;" lang="en"> <head> <link rel="stylesheet" href="/assets/leaflet/leaflet.css"/> <link rel="stylesheet" type="text/css" href="common.css"></link> <link rel="canonical" href="https://shiptest.net/maps" /> <meta name="description" content="A basic map viewer for all of the buyable (and even unbuyable!) ships at Shiptest."></meta> <meta name="keywords" content="Space Station 13,...»
 
Нет описания правки
Строка 1: Строка 1:
<!DOCTYPE html>
<html style="height: 100%; width: 100%; overflow: hidden;" lang="en">
<html style="height: 100%; width: 100%; overflow: hidden;" lang="en">
<head>
<head>

Версия от 20:38, 5 января 2026

<html style="height: 100%; width: 100%; overflow: hidden;" lang="en"> <head> <link rel="stylesheet" href="/assets/leaflet/leaflet.css"/> <link rel="stylesheet" type="text/css" href="common.css"></link> <link rel="canonical" href="https://shiptest.net/maps" /> <meta name="description" content="A basic map viewer for all of the buyable (and even unbuyable!) ships at Shiptest."></meta> <meta name="keywords" content="Space Station 13, Shiptest"></meta> <meta name="author" content="Mark Suckerberg"></meta> <meta name="viewport" content="width=device-width, intial-scale=1"></meta> <meta charset="UTF8"></meta> <meta property="og:site_name" content="Shiptest"> <meta property="og:title" content="Shiptest Map Viewer"> <meta property="og:description" content="A basic map viewer for all of the buyable (and even unbuyable!) ships at Shiptest."> <meta property="og:image" content="https://shiptest.net/images/overmap.png">

<title>Ship Maps</title> </head> <body style="height: 100%; width: 100%; overflow: hidden; padding: 0%; margin: 0%;">

       	<script src="/assets/leaflet/leaflet.js"></script>
       	<script src="load_map.js"></script>
               <script async src="https://www.googletagmanager.com/gtag/js?id=G-T3L688HFH3"></script>
               <script>
                       window.dataLayer = window.dataLayer || [];
                       function gtag(){dataLayer.push(arguments);}
                       gtag('js', new Date());
                       gtag('config', 'G-T3L688HFH3');
               </script>

<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"3b955080995c4c97baf0d9e7cdd69743","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script> </body> </html>