Added title sheet redirect

This commit is contained in:
Gemdation 2025-05-29 22:41:31 -05:00
parent 66d4beee28
commit fed71c9745
2 changed files with 11 additions and 2 deletions

View File

@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=/install"/>
<meta http-equiv="refresh" content="0; URL=/install">
</head>
<body></body>
</html>

9
title-sheet.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=https://docs.google.com/spreadsheets/d/1rG8Qtwe8_qXcdXv8dTvU_2ibIsRtgLUS7NW70DMTF2Q/edit">
</head>
<body></body></html>