mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-18 20:01:01 +00:00
fix title and meta tags, remove more Next.js stuff
This commit is contained in:
parent
5025065188
commit
842ddb7df7
13 changed files with 17 additions and 774 deletions
|
|
@ -1,10 +1,14 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>t2-mapper</title>
|
||||
<meta charset="utf-8" />
|
||||
<title>MapGenius – Explore maps for Tribes 2</title>
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<meta name="description" content="Tribes 2 forever." />
|
||||
<link rel="icon" type="image/png" href="/t2-mapper/icon.png" />
|
||||
<script type="module" crossorigin src="/t2-mapper/assets/index-ClGJzuqQ.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/t2-mapper/assets/chunk-DECur_0Z.js">
|
||||
<link rel="modulepreload" crossorigin href="/t2-mapper/assets/logger-DePRU8Hm.js">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue