First commit
This commit is contained in:
commit
9eab4f1db2
3 changed files with 20 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.swp
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
tunuifranken.info
|
||||
|
||||
Source for my static website at (https://tunuifranken.info).
|
16
index.html
Normal file
16
index.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Tunui Franken</title>
|
||||
<link rel="icon" type="image/png" href="/img/favicon.png">
|
||||
<link rel="stylesheet" type="text/css" href="/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<a href="/tunuifranken_public.key">GPG</a>
|
||||
<footer>
|
||||
<p>En cours d'élaboration...</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue