-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 743 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="3; URL=https://pumpampom.framer.ai">
<title>PumPamPom Fun Games</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background-color: #f7f7f7;
color: #333;
}
a {
color: #1a73e8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Development Site of PumPamPom Fun Games</h1>
<p>Visit our website for more information:</p>
<p><a href="https://pumpampom.framer.ai">https://pumpampom.framer.ai</a></p>
<p>You will be redirected automatically in 3 seconds...</p>
</body>
</html>