-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change 2023spring redir page to miniprogram
- Loading branch information
1 parent
a7a1691
commit 5219106
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>UIUC CSSA Spring Gala 2023 Redirect</title> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="refresh" content="0; URL=https://forms.gle/xQWxWqCkxdnafCpU8" /> | ||
</head> | ||
<body> | ||
<p>This page has been moved. If you are not redirected within 3 seconds, click <a href="https://forms.gle/xQWxWqCkxdnafCpU8">here</a> to go to the redirected page.</p> | ||
</body> | ||
<title>UIUC CSSA Spring Gala 2023 Redirect</title> | ||
<meta charset="UTF-8" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="container-flex"> | ||
<div class="row"> | ||
<div class="col-12 text-center mt-4"> | ||
<p class="h1">欢迎来到2023UIUCCSSA癸卯春晚的神秘页面!</p> | ||
<p class="h1">请扫描下面的二维码进入小程序~</p> | ||
<img src="../../asset/images/cssa-2023-spring-gala-miniprogram.png" class="img w-50 mt-4"> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |