fix : moved ssh stuff int src/
This commit is contained in:
parent
a12bd3e040
commit
7100dad705
3 changed files with 11 additions and 3 deletions
|
@ -53,6 +53,14 @@
|
||||||
Please use this service to reset your password.
|
Please use this service to reset your password.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>
|
||||||
|
<a href="modify_ssh.html">Forgot your 2FA code?</a>
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
Please use this service to reset your 2FA code.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
UL Computer Society 2023-<span id="year">2023</span>
|
UL Computer Society 2023-<span id="year">2023</span>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<title>SSH</title>
|
<title>SSH</title>
|
||||||
<link href="../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
<link href="images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||||
<link href="../stylesheets/index.css" rel="stylesheet" type="text/css"/>
|
<link href="stylesheets/index.css" rel="stylesheet" type="text/css"/>
|
||||||
<script src="ssh.js"></script>
|
<script src="ssh.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
<img alt="Sharky, our mascot" height="81.56" src="../images/sharky.svg" width="145"/>
|
<img alt="Sharky, our mascot" height="81.56" src="images/sharky.svg" width="145"/>
|
||||||
<h1>Skynet Self Service</h1>
|
<h1>Skynet Self Service</h1>
|
||||||
</header>
|
</header>
|
||||||
<main class="page-body">
|
<main class="page-body">
|
Loading…
Reference in a new issue