From d2aad0ced540b7dd36c7cfc7389b0ab470146561 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Thu, 29 Nov 2018 11:38:32 -0600 Subject: [PATCH] Create slides.html --- apps/office/slides.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/office/slides.html diff --git a/apps/office/slides.html b/apps/office/slides.html new file mode 100644 index 0000000..7285c0a --- /dev/null +++ b/apps/office/slides.html @@ -0,0 +1,6 @@ +<html> + <head> + <title>Redirect to Google Docs</title> + <meta http-equiv="refresh" content="1; url='https://slides.google.com'" /> + </head> +</html>