2022-12-22 06:57:51 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
|
|
|
<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"/>
|
|
|
|
<meta name="author" content="viggo"/>
|
|
|
|
<title>SWA | Fullstack Club</title>
|
|
|
|
<link rel="shortcut icon" href="../assets/images/favicon.ico">
|
2023-08-09 05:57:49 +00:00
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Arimo:400,700,400italic">
|
2022-12-22 06:57:51 +00:00
|
|
|
<link rel="stylesheet" href="../assets/css/fonts/linecons/css/linecons.css">
|
|
|
|
<link rel="stylesheet" href="../assets/css/fonts/fontawesome/css/font-awesome.min.css">
|
|
|
|
<link rel="stylesheet" href="../assets/css/bootstrap.css">
|
|
|
|
<link rel="stylesheet" href="../assets/css/xenon-core.css">
|
|
|
|
<link rel="stylesheet" href="../assets/css/xenon-components.css">
|
|
|
|
<link rel="stylesheet" href="../assets/css/xenon-skins.css">
|
|
|
|
<link rel="stylesheet" href="../assets/css/nav.css">
|
|
|
|
<link rel="stylesheet" href="../assets/css/custom-style.css">
|
|
|
|
<script src="../assets/js/jquery-1.11.1.min.js"></script>
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="page-body boxed-container">
|
|
|
|
<nav class="navbar horizontal-menu navbar-fixed-top" style="height: 48px">
|
|
|
|
<div class="navbar-inner">
|
|
|
|
<div class="navbar-brand" style="height: 48px">
|
|
|
|
<a href="/index.html" class="logo">
|
|
|
|
<img src="/assets/images/bt8-expand-light.png" height="48px" alt="" class="hidden-xs">
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="navbar-mobile-clear"></div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<iframe id="window" src="#" width="100%" frameborder=”no” border=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no”
|
2023-08-09 05:57:49 +00:00
|
|
|
allowtransparency=”yes” height="100%" style="width: 100%; height: 100%; margin-top: 48px;"></iframe>
|
2022-12-22 06:57:51 +00:00
|
|
|
|
|
|
|
<script type="application/javascript">
|
|
|
|
function getQueryVariable(variable) {
|
|
|
|
var query = window.location.search.substring(1);
|
|
|
|
var vars = query.split("&");
|
|
|
|
for (var i = 0; i < vars.length; i++) {
|
|
|
|
var pair = vars[i].split("=");
|
|
|
|
if (pair[0] == variable) {
|
|
|
|
return pair[1];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return (false);
|
|
|
|
}
|
|
|
|
|
|
|
|
var url = decodeURIComponent(getQueryVariable("to"));
|
|
|
|
document.getElementById("window").src = url;
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!--<div class="page-container">-->
|
|
|
|
<!--</div>-->
|
|
|
|
<!-- Bottom Scripts -->
|
|
|
|
<script src="../assets/js/bootstrap.min.js"></script>
|
|
|
|
<script src="../assets/js/TweenMax.min.js"></script>
|
|
|
|
<script src="../assets/js/resizeable.js"></script>
|
|
|
|
<script src="../assets/js/joinable.js"></script>
|
|
|
|
<script src="../assets/js/xenon-api.js"></script>
|
|
|
|
<script src="../assets/js/xenon-toggles.js"></script>
|
|
|
|
<!-- JavaScripts initializations and stuff -->
|
|
|
|
<script src="../assets/js/xenon-custom.js"></script>
|
|
|
|
<textarea tabindex="-1"
|
|
|
|
style="position: absolute; top: -999px; left: 0px; right: auto; bottom: auto; border: 0px; padding: 0px; box-sizing: content-box; word-wrap: break-word; overflow: hidden; transition: none; height: 0px !important; min-height: 0px !important; font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 400; font-style: normal; letter-spacing: 0px; text-transform: none; word-spacing: 0px; text-indent: 0px; line-height: 18.5714px; width: 53px;"
|
|
|
|
class="autosizejs" id="autosizejs"></textarea>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|