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.
|
||||
</p>
|
||||
</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>
|
||||
<footer class="page-footer">
|
||||
UL Computer Society 2023-<span id="year">2023</span>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>SSH</title>
|
||||
<link href="../images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||
<link href="../stylesheets/index.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="images/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
||||
<link href="stylesheets/index.css" rel="stylesheet" type="text/css"/>
|
||||
<script src="ssh.js"></script>
|
||||
</head>
|
||||
<style>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<body>
|
||||
<div class="wrapper">
|
||||
<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>
|
||||
</header>
|
||||
<main class="page-body">
|
Loading…
Reference in a new issue