Merge branch '2-styling-of-the-website' into 'merge-main-to-styling'
# Conflicts: # src/index.html
This commit is contained in:
commit
cba1a33b8e
4 changed files with 236 additions and 2 deletions
|
@ -4,18 +4,25 @@
|
|||
<meta charset="UTF-8"/>
|
||||
<title>Skynet</title>
|
||||
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/index.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
<div id="title">
|
||||
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
</div>
|
||||
<h2><a href="./signup.html">Sign-up Page</a></h2>
|
||||
<p>Please use this if you have yet to activate an account on Skynet before.</p>
|
||||
<div class="boxes">
|
||||
<h2><a href="password.html">Password Reset</a></h2>
|
||||
<p>Please use this service if you ever forget your skynet password</p>
|
||||
|
||||
</div>
|
||||
<div class="boxes">
|
||||
<h2><a href="modify.html">User modification</a></h2>
|
||||
<p>
|
||||
Please use this service to modify your user data (email, login ssh key, etc.)
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!--testing2-->
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue