Procházet zdrojové kódy

remove type="text/javascript" from index.html

type="text/javascript" is not needed and removing it makes file-size smaller/faster
tags/v15.0.0beta1
Christian Oliff před 5 roky
rodič
revize
869a674f29
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      index.html

+ 1
- 1
index.html Zobrazit soubor

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript"> window.location.href="index.php"; </script>
<script> window.location.href="index.php"; </script>
<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>

Načítá se…
Zrušit
Uložit