diff options
author | filip <filip.komar@gmail.com> | 2017-07-14 22:31:34 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2017-07-14 22:31:34 +0200 |
commit | 3152ab0a4ac0739eaff7605c090d0d8ac06fb5a6 (patch) | |
tree | 4991a4fa284c25042696dcab760253463a32c466 /installer/6/eu/index.html | |
parent | f8fbc21c1ac52cf7396d748206ed947495813ce7 (diff) | |
download | doc-3152ab0a4ac0739eaff7605c090d0d8ac06fb5a6.tar doc-3152ab0a4ac0739eaff7605c090d0d8ac06fb5a6.tar.gz doc-3152ab0a4ac0739eaff7605c090d0d8ac06fb5a6.tar.bz2 doc-3152ab0a4ac0739eaff7605c090d0d8ac06fb5a6.tar.xz doc-3152ab0a4ac0739eaff7605c090d0d8ac06fb5a6.zip |
Adding or refreshing installer in eu
Diffstat (limited to 'installer/6/eu/index.html')
-rw-r--r-- | installer/6/eu/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/installer/6/eu/index.html b/installer/6/eu/index.html new file mode 100644 index 00000000..2f600bee --- /dev/null +++ b/installer/6/eu/index.html @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> + +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <link rel="shortcut icon" href="favicon.png"/> + <meta http-equiv="Refresh" content="1; URL=content/index.html"/> + <title> + </title> + </head> + <body> + If not automatically redirected, click here: <a href="content/index.html">content/index.html</a> + </body> +</html> |