diff options
author | Papoteur <papoteur@mageia.org> | 2023-06-11 15:20:07 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-06-11 15:20:07 +0200 |
commit | 31d102cf73beb09a3fe389d8b1ff6f10183980c6 (patch) | |
tree | febecd7b84c662e4d16134ce0b235a588846d3a6 /installer/9/nb/index.html | |
parent | 53112de3f91a8e1e982bf0b932ba1930c57def22 (diff) | |
download | doc-31d102cf73beb09a3fe389d8b1ff6f10183980c6.tar doc-31d102cf73beb09a3fe389d8b1ff6f10183980c6.tar.gz doc-31d102cf73beb09a3fe389d8b1ff6f10183980c6.tar.bz2 doc-31d102cf73beb09a3fe389d8b1ff6f10183980c6.tar.xz doc-31d102cf73beb09a3fe389d8b1ff6f10183980c6.zip |
Adding or refreshing installer in nb
Diffstat (limited to 'installer/9/nb/index.html')
-rw-r--r-- | installer/9/nb/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/installer/9/nb/index.html b/installer/9/nb/index.html new file mode 100644 index 00000000..a72ec943 --- /dev/null +++ b/installer/9/nb/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> |