diff options
author | Papoteur <papoteur@mageia.org> | 2023-06-11 15:20:03 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-06-11 15:20:03 +0200 |
commit | a2fb5178ea851d32df4e5f8e89ba8ee59aac2360 (patch) | |
tree | 23b3582b4404b58b1e84a3f5472af0e81d42197d /installer/9/el/index.html | |
parent | 37215afddd08e6516917f3159cdeb2a859fb5e75 (diff) | |
download | doc-a2fb5178ea851d32df4e5f8e89ba8ee59aac2360.tar doc-a2fb5178ea851d32df4e5f8e89ba8ee59aac2360.tar.gz doc-a2fb5178ea851d32df4e5f8e89ba8ee59aac2360.tar.bz2 doc-a2fb5178ea851d32df4e5f8e89ba8ee59aac2360.tar.xz doc-a2fb5178ea851d32df4e5f8e89ba8ee59aac2360.zip |
Adding or refreshing installer in el
Diffstat (limited to 'installer/9/el/index.html')
-rw-r--r-- | installer/9/el/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/installer/9/el/index.html b/installer/9/el/index.html new file mode 100644 index 00000000..a72ec943 --- /dev/null +++ b/installer/9/el/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="https://www.mageia.org/g/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> |