Skip to content

Commit

Permalink
Change 2023spring redir page to miniprogram
Browse files Browse the repository at this point in the history
  • Loading branch information
Power-tile committed Jan 24, 2023
1 parent a7a1691 commit 5219106
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions webpages/cssa/spring-2023-redirect.html
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>

0 comments on commit 5219106

Please sign in to comment.