first commit
This commit is contained in:
31
public/logout.html
Normal file
31
public/logout.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Courgette&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/atom-one-dark.min.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
|
||||
<!-- and it's easy to individually load additional languages -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/languages/go.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
|
||||
<title>Discord-Linux Multi User Session</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<CENTER><h1><BR><BR><h1>Discord-Linux Multi Chat</h1><BR><BR><BR>
|
||||
|
||||
<h2>You have been logged out. <a href="https://chat.discord-linux.com">Click Here</a> to log back in.</h2>
|
||||
<BR><BR><img src="https://discord-linux.com/images/tux.gif" alt="Tux">
|
||||
</CENTER>
|
||||
</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user