git.jasLogic.tech
initial commit
[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 official
16 <a href="https://github.com/jasLogic?tab=repositories">GitHub repositories</a>
17 or view my <a href="http://git.jasLogic.tech">personal git repositoies</a>
18 where the also the source code of this site is hosted.
19 </p>
20
21 <footer>
22 <a href="http://git.jasLogic.tech/www.git/blob/HEAD:/index.html">
23 view my source code!</a>
24 </footer>
25 </body>
26 </html>