Create sheets.html

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

6
apps/office/sheets.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://docs.google.com/spreadsheets/'" />
</head>
</html>