-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
39 lines (32 loc) · 1.67 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<title>Reset Password</title>
<link href="https://sites.csulb.edu/common/bootstrap-master/css/bootstrap.min.css" rel="stylesheet">
<link href="https://sites.csulb.edu/common/beachid/assets/css/custom.css" rel="stylesheet">
<link href="../App_Themes/Default/styles.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="https://www.csulb.edu" target="_self" role="heading"><img class="site-logo" src="https://www.csulb.edu/sites/all/themes/custom/lb_theme/images/logo.png" alt="California State University, Long Beach"></a>
<a class="mobile-brand" href="https://www.csulb.edu" target="_self" role="heading">CSULB</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="true" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarResponsive" style="">
<ul class="navbar-nav ml-auto">
<li class="nav-item active" id="homelink">
<a class="nav-link" href="/">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item" id="helplink">
<a class="nav-link" href="#" onclick="window.open('https://csulb.teamdynamix.com/TDClient/1993/Portal/Requests/ServiceDet?ID=28148','help','width=1024,height=700,scrollbars=1');return false;" target="_blank">Help</a>
</li>
</ul>
</div>
</nav>
</header>
</body>
</html>