1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-10-31 22:39:22 +01:00

language selector

This commit is contained in:
Aminda Suomalainen 2021-11-03 14:12:34 +02:00
parent b11c3619eb
commit d479b4a591
Signed by: Mikaela
GPG Key ID: DF046339D69EB8C9
3 changed files with 11 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Work In Progress - https://mikaela.info/cv

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="fi">
<head>
<meta charset="utf-8">
<title>CV kielivalikko/language selector</title>
</head>
<body>
<li><a href="fi/">Suomeksi / in Finnish</a></li>
</body>
</html>