-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunch.html
More file actions
50 lines (49 loc) · 1.37 KB
/
Copy pathlaunch.html
File metadata and controls
50 lines (49 loc) · 1.37 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MUES v11 | QΩ — Launch</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="1.5;url=https://chat.openai.com/">
<style>
body {
background-color: #111;
color: #eee;
font-family: monospace;
text-align: center;
padding-top: 5em;
}
.loading {
font-size: 1.2em;
margin-bottom: 2em;
}
.notice {
font-size: 0.95em;
color: #bbb;
max-width: 500px;
margin: auto;
padding: 1em;
background-color: #1c1c1c;
border: 1px solid #444;
}
a {
color: #6ec6ff;
}
</style>
</head>
<body>
<div class="loading">
Launching MUES...<br><br>
If you are not redirected, <a href="https://chat.openai.com/">click here</a>.
</div>
<div class="notice">
🔐 If you're not already logged in to ChatGPT,<br>
please log in <a href="https://chat.openai.com/login" target="_blank">here</a> first, then return to this page.<br><br>
⚠️ After login, the prompt may not carry over automatically.<br>
If needed, return to <a href="https://muesdummy.github.io/mues-engine/">/init</a> and copy the prompt manually.
</div>
<script>
sessionStorage.setItem("mues_prompt", "MUES_v11_QΩ|TGRSxL|AEFL->INIT");
</script>
</body>
</html>