git.jasLogic.tech
fixed relative linking
[jaslogic.tech] / index.html
1 <!DOCTYPE html>
2 <html lang="en" dir="ltr">
3 <head>
4 <meta charset="utf-8">
5 <title>jasLogic</title>
6 <link href="/stylesheet.css" rel="stylesheet">
7 </head>
8
9 <body>
10 <h1>jasLogic</h1>
11 <p>Welcome to my personal website!</p>
12
13 <h2>git</h2>
14 <p>
15 You can have a look at my
16 <a href="https://github.com/jasLogic?tab=repositories">official GitHub repositories</a>
17 or view my
18 <a href="http://git.jasLogic.tech">personal git repositoies</a>
19 where you can also view the source code of this website.
20 </p>
21
22 <footer>
23 <a href="http://git.jasLogic.tech/www.git/blob/HEAD:/index.html">
24 view my source code!</a>
25 </footer>
26 </body>
27 </html>