Procházet zdrojové kódy

(feat): use index redirect mrna

oscar před 1 rokem
rodič
revize
d515291c46
1 změnil soubory, kde provedl 15 přidání a 0 odebrání
  1. 15
    0
      src/fe/index.html

+ 15
- 0
src/fe/index.html Zobrazit soubor

1
+<!doctype html>
2
+<html lang="en">
3
+<head>
4
+    <meta charset="UTF-8">
5
+    <meta name="viewport"
6
+          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
7
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
+    <title>Document</title>
9
+</head>
10
+<body>
11
+<script>
12
+    window.location.href = "/mrna";
13
+</script>
14
+</body>
15
+</html>