Create slides.html

This commit is contained in:
DremOS Developing Team 2018-11-29 11:38:32 -06:00 committed by GitHub
parent 469ca082ac
commit d2aad0ced5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
apps/office/slides.html Normal file
View file

@ -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>